Commit 614be053 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix compilation of blendbench

parent e346b4c1
......@@ -24,6 +24,11 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <errno.h>
#include <stdlib.h> /* malloc(), free() */
#include <string.h>
......@@ -242,7 +247,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
module_Unneed( p_blend, p_blend->p_module );
vlc_object_detach( p_blend );
vlc_object_destroy( p_blend );
vlc_object_release( p_blend );
p_sys->b_done = VLC_TRUE;
return p_pic;
......
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