mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
gst/net/gstnettimeprovider.c: Call parent finalize too.
Original commit message from CVS: * gst/net/gstnettimeprovider.c: (gst_net_time_provider_finalize): Call parent finalize too.
This commit is contained in:
parent
b9eaa6aebe
commit
f2646a0fc9
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-16 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/net/gstnettimeprovider.c: (gst_net_time_provider_finalize):
|
||||
Call parent finalize too.
|
||||
|
||||
2005-11-16 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* check/Makefile.am:
|
||||
|
|
|
@ -159,6 +159,8 @@ gst_net_time_provider_finalize (GObject * object)
|
|||
if (self->clock)
|
||||
gst_object_unref (self->clock);
|
||||
self->clock = NULL;
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static gpointer
|
||||
|
|
|
@ -159,6 +159,8 @@ gst_net_time_provider_finalize (GObject * object)
|
|||
if (self->clock)
|
||||
gst_object_unref (self->clock);
|
||||
self->clock = NULL;
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static gpointer
|
||||
|
|
Loading…
Reference in a new issue