mpdparser: remove duplicate free of client data
authorThiago Santos <thiagossantos@gmail.com>
Tue, 30 May 2017 05:26:09 +0000 (22:26 -0700)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 12 Jun 2017 14:09:54 +0000 (16:09 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=783028

ext/dash/gstmpdparser.c

index 13bfd0b..f60c3d5 100644 (file)
@@ -2346,7 +2346,6 @@ gst_mpdparser_parse_root_node (GstMPDNode ** pointer, xmlNode * a_node)
     }
   }
 
-  gst_mpdparser_free_mpd_node (*pointer);
   *pointer = new_mpd;
   return TRUE;