modules: initialize return pointer to NULL
If module_find() does not find the requested module it would return an uninitialized pointer. This made VLC webplugin crash under MacOS X. Thus make sure to initialize it properly to NULL.
Showing
Please register or sign in to comment