summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp/gstrtspconnection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/rtsp/gstrtspconnection.c')
-rw-r--r--gst-libs/gst/rtsp/gstrtspconnection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c
index c9bcea076..4ae4a80e2 100644
--- a/gst-libs/gst/rtsp/gstrtspconnection.c
+++ b/gst-libs/gst/rtsp/gstrtspconnection.c
@@ -239,7 +239,7 @@ static void
build_reset (GstRTSPBuilder * builder)
{
g_free (builder->body_data);
- memset (builder, 0, sizeof (builder));
+ memset (builder, 0, sizeof (GstRTSPBuilder));
}
/**