diff options
author | Edward Hervey <bilboed@bilboed.com> | 2017-12-01 11:06:35 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2017-12-01 11:06:35 +0100 |
commit | ba51ae578d3093762f005a78035ec10f5073eb8a (patch) | |
tree | 466758345493fda65b4e0eba8bb4ffa6a0cf6afe | |
parent | e9cbc89d92049ed3fdca4fdb732c90b3430583d7 (diff) |
Revert "rtsp-client: unref 'pipelined_requests' in finalize"
This reverts commit e9cbc89d92049ed3fdca4fdb732c90b3430583d7.
-rw-r--r-- | gst/rtsp-server/rtsp-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-client.c b/gst/rtsp-server/rtsp-client.c index a6b9d09..cf78b17 100644 --- a/gst/rtsp-server/rtsp-client.c +++ b/gst/rtsp-server/rtsp-client.c @@ -689,7 +689,6 @@ gst_rtsp_client_finalize (GObject * obj) g_assert (priv->session_removed_id == 0); g_hash_table_unref (priv->transports); - g_hash_table_unref (priv->pipelined_requests); if (priv->connection) gst_rtsp_connection_free (priv->connection); |