]> git.sesse.net Git - vlc/blobdiff - modules/misc/quartztext.c
Do not try to read metadata if it's not present
[vlc] / modules / misc / quartztext.c
index c41c984b897009116c5aa4a51ba9608ae909da81..379b9069c6e8fe31b3c29538099252c40a08a831 100644 (file)
@@ -710,9 +710,6 @@ static int RenderHtml( filter_t *p_filter, subpicture_region_t *p_region_out,
         }
         stream_Delete( p_sub );
     }
-    // No longer need a HTML version of the text
-    free( p_region_in->psz_html );
-    p_region_in->psz_html = NULL;
 
     return rv;
 }