mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
server: chain up to the parent finalize
This commit is contained in:
parent
165a2959ee
commit
0ef53a2d4f
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ gst_rtsp_server_finalize (GObject * object)
|
||||||
|
|
||||||
if (server->auth)
|
if (server->auth)
|
||||||
g_object_unref (server->auth);
|
g_object_unref (server->auth);
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (gst_rtsp_server_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue