rtsp-client: unref 'pipelined_requests' in finalize
authorBranko Subasic <branko@axis.com>
Mon, 9 Oct 2017 10:43:01 +0000 (12:43 +0200)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 9 Oct 2017 18:39:14 +0000 (20:39 +0200)
commit619ac7b710e6fc7b83cb995d70433a65d7714101
tree29b89ce33e46f7e1e3cc76725c839e8da8949d91
parent8608c1cae4d5621a5a7cf4618d835abaa6962cb2
rtsp-client: unref 'pipelined_requests' in finalize

The hash table priv->pipelined_requests is not unref:ed in the
finalize funktion. Make sure it is.

https://bugzilla.gnome.org/show_bug.cgi?id=788704
gst/rtsp-server/rtsp-client.c