]> git.sesse.net Git - vlc/blobdiff - modules/access/rtsp/real_sdpplin.h
Fix double free error.
[vlc] / modules / access / rtsp / real_sdpplin.h
index e78a13efae5e9558896bf1740d8056a3ae7a1fc9..430b4e28605e988ce6d4dc75e737658e84517c62 100644 (file)
@@ -92,7 +92,7 @@ typedef struct {
   int duration;
 
   sdpplin_stream_t **stream;
-  
+
 } sdpplin_t;
 
 sdpplin_t *sdpplin_parse(char *data);