[Bug 755480] TRY_GET leaks string pointer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 24 01:41:53 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755480

--- Comment #5 from Justin J. Kim <justin.joy.9to5 at gmail.com> ---
Review of attachment 311993:
 --> (https://bugzilla.gnome.org/review?bug=755480&attachment=311993)

::: ges/ges-structured-interface.c
@@ +440,2 @@
 beach:
+  g_free (type_string);

@Thibault, in here, it is freed. User should do free after calling TRY_GET for
string.

OR, we might define TRY_GET_STRING for the case of string.

Any advice?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list