preload: dont track stack for free

Ideally we'll use this later on for temporary allocations, but we can be
time based on that rather than similar stacks.
This commit is contained in:
Christian Hergert
2020-02-16 21:01:52 -07:00
parent 53a351b66e
commit ba2f6dfa54

View File

@ -187,7 +187,7 @@ track_free (void *ptr)
if G_LIKELY (ptr && collector_ready)
sysprof_collector_allocate (GPOINTER_TO_SIZE (ptr),
0,
backtrace_func,
NULL,
NULL);
}