]> git.sesse.net Git - vlc/blobdiff - src/control/core.c
Add some playlist api functions
[vlc] / src / control / core.c
index 5e5f828ecbe25645f446fc6408376efb7260170e..e4432e84b9ed932ab00941b11939022d3f9a4b31 100644 (file)
@@ -39,6 +39,7 @@ void libvlc_exception_clear( libvlc_exception_t *p_exception )
 {
     if( p_exception->psz_message )
         free( p_exception->psz_message );
+    p_exception->psz_message = NULL;
     p_exception->b_raised = 0;
 }