[vlc-devel] commit: atmo module: returning NULL is better than nothing. ( Rémi Duraffort )

git version control git at videolan.org
Mon Dec 29 19:33:42 CET 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Dec 29 18:09:56 2008 +0100| [91ed4f7f568b9565c2804f08690b0af3d8382df0] | committer: Rémi Duraffort 

atmo module: returning NULL is better than nothing.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91ed4f7f568b9565c2804f08690b0af3d8382df0
---

 modules/video_filter/atmo/atmo.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp
index 7a9d02d..fb576eb 100644
--- a/modules/video_filter/atmo/atmo.cpp
+++ b/modules/video_filter/atmo/atmo.cpp
@@ -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;
 }
 
 /*****************************************************************************




More information about the vlc-devel mailing list