Commit d6755c78 authored by Jean-Paul Saman's avatar Jean-Paul Saman

vout_pictures: set pointer to NULL after release of picture data.

parent 437e8ef6
......@@ -1045,6 +1045,7 @@ void picture_Delete( picture_t *p_picture )
free( p_picture->p_data_orig );
free( p_picture->p_sys );
free( p_picture );
p_picture = 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