Commit 47be9baa authored by Rémi Duraffort's avatar Rémi Duraffort

Init the variable (CID 239)

parent 995655d1
......@@ -495,7 +495,7 @@ static int VoutSnapshotPip( vout_thread_t *p_vout, image_handler_t *p_image, pic
*/
static char *VoutSnapshotGetDefaultDirectory( void )
{
char *psz_path;
char *psz_path = NULL;
#if defined(__APPLE__) || defined(SYS_BEOS)
if( asprintf( &psz_path, "%s/Desktop",
......
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