diff options
Diffstat (limited to 'ext/soup/gstsouphttpclientsink.c')
-rw-r--r-- | ext/soup/gstsouphttpclientsink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soup/gstsouphttpclientsink.c b/ext/soup/gstsouphttpclientsink.c index 84be5e8c3..c81248874 100644 --- a/ext/soup/gstsouphttpclientsink.c +++ b/ext/soup/gstsouphttpclientsink.c @@ -264,8 +264,10 @@ gst_soup_http_client_sink_reset (GstSoupHttpClientSink * souphttpsink) g_list_free_full (souphttpsink->streamheader_buffers, (GDestroyNotify) gst_buffer_unref); + souphttpsink->streamheader_buffers = NULL; g_list_free_full (souphttpsink->sent_buffers, (GDestroyNotify) gst_buffer_unref); + souphttpsink->sent_buffers = NULL; } static gboolean |