Commit 63cedb8d authored by Jean-Paul Saman's avatar Jean-Paul Saman

darwin_specific: put psz_vlcpath to null after it being freed.

parent db7548c0
......@@ -157,5 +157,6 @@ void system_End( libvlc_int_t *p_this )
{
(void)p_this;
free( psz_vlcpath );
psz_vlcpath = NULL;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment