summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-streaming-server/gss-pull.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-streaming-server/gss-pull.c b/gst-streaming-server/gss-pull.c
index b39eafe..5f6df56 100644
--- a/gst-streaming-server/gss-pull.c
+++ b/gst-streaming-server/gss-pull.c
@@ -243,6 +243,7 @@ gss_stream_create_follow_pipeline (GssStream * stream, const char *follow_url)
if (error != NULL) {
GST_WARNING ("pipeline parse error: %s", error->message);
g_error_free (error);
+ g_string_free (pipe_desc, TRUE);
return;
}
g_string_free (pipe_desc, TRUE);