Commit 91ed4f7f authored by Rémi Duraffort's avatar Rémi Duraffort

atmo module: returning NULL is better than nothing.

parent e4341e19
......@@ -1825,6 +1825,7 @@ static void *FadeToColorThread(vlc_object_t *obj)
/* call indirect to OleUnitialize() for this thread */
AtmoFinalize(p_fadethread->p_filter, 0);
vlc_restorecancel (canc);
return 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