examples: Fix a leak

This commit is contained in:
Edward Hervey 2013-07-03 18:00:55 +02:00
parent 982aee25c6
commit 61a8cbae41

View file

@ -438,5 +438,8 @@ main (int argc, gchar ** argv)
gst_element_set_state (pipeline, GST_STATE_NULL);
gst_object_unref (pipeline);
gst_object_unref (bus);
return 0;
}