Skip to content
Commit b5bab08b authored by Philip Chimento's avatar Philip Chimento 🚮 Committed by Philip Chimento
Browse files

fundamental: Don't trace uninitialized memory

This was tracing both fundamental instances and prototypes. Only the
prototype holds a reference to the constructor name which needs to be
traced; in the instance case, we were just tracing random memory.

Since the same check is made several different ways already in the file,
we factor it out into a separate fundamental_is_prototype() function.

https://bugzilla.gnome.org/show_bug.cgi?id=776966
parent 64d0b932
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment