On Mon, May 16, 2011 at 10:01:36PM +0200, Stefan Schuermans wrote: > > --- libvo/vo_mng.c (Revision 0) > +++ libvo/vo_mng.c (Revision 0) > @@ -0,0 +1,622 @@ > +static void vomng_prop_reset(void) > +{ > + if (vomng.canvas) { > + free(vomng.canvas); > + vomng.canvas = NULL; pointless NULL check Diego