GNOME Bugzilla – Bug 772851
tracers: fix structure leak
Last modified: 2016-10-31 14:35:23 UTC
fix structure leak
Created attachment 337580 [details] [review] fix structure leak
Comment on attachment 337580 [details] [review] fix structure leak Can you refactor it a bit to go ahead without the almost hidden assignment in the middle of the ternary operator? :) Move it to its own line or so. Also why can't we just put a NULL there instead of a dummy structure?
Created attachment 337586 [details] [review] fix structure leak
About using NULL, no idea what this does in the first place, first time I see tracers, no clue what it even does (though I have my theory).
Comment on attachment 337586 [details] [review] fix structure leak Go ahead, but add a FIXME comment about using NULL instead of the dummy
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Thu Oct 13 12:18:12 2016 +0100 tracers: fix structure leak https://bugzilla.gnome.org/show_bug.cgi?id=772851