[grilo] grl-source: Fix leak of GrlOperationOptions in _get_media_from_uri()



commit a719f69707f4031917d98458966156ad12ac7d7e
Author: Mike Ruprecht <mike ruprecht collabora co uk>
Date:   Wed Jan 30 06:29:03 2013 -0600

    grl-source: Fix leak of GrlOperationOptions in _get_media_from_uri()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692873

 src/grl-source.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/grl-source.c b/src/grl-source.c
index b36960b..0e94a34 100644
--- a/src/grl-source.c
+++ b/src/grl-source.c
@@ -1024,6 +1024,7 @@ static void
 media_from_uri_spec_free (GrlSourceMediaFromUriSpec *spec)
 {
   g_object_unref (spec->source);
+  g_object_unref (spec->options);
   g_free (spec->uri);
   g_free (spec);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]