Commit 6b30077e authored by Rémi Duraffort's avatar Rémi Duraffort Committed by Derk-Jan Hartman

Init the variable (CID 239)

(cherry picked from commit 47be9baa)
parent f0102668
...@@ -488,7 +488,7 @@ static int VoutSnapshotPip( vout_thread_t *p_vout, image_handler_t *p_image, pic ...@@ -488,7 +488,7 @@ static int VoutSnapshotPip( vout_thread_t *p_vout, image_handler_t *p_image, pic
*/ */
static char *VoutSnapshotGetDefaultDirectory( vout_thread_t *p_vout ) static char *VoutSnapshotGetDefaultDirectory( vout_thread_t *p_vout )
{ {
char *psz_path; char *psz_path = NULL;
#if defined(__APPLE__) || defined(SYS_BEOS) #if defined(__APPLE__) || defined(SYS_BEOS)
if( asprintf( &psz_path, "%s/Desktop", 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