Original commit message from CVS:
fix a leak in controller
+2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
+ fix a leak
+
2005-09-20 Tim-Philipp Müller <tim at centricular dot net>
* gst/elements/gstfilesink.c: (gst_file_sink_init):
// if we don't have a controller object yet, now is the time to create one
if (!self) {
self = g_object_new (GST_TYPE_CONTROLLER, NULL);
- self->lock = g_mutex_new ();
self->object = object;
// store the controller
g_object_set_qdata (object, controller_key, self);