]> git.sesse.net Git - vlc/commitdiff
Add an #undef
authorRémi Duraffort <ivoire@videolan.org>
Sat, 21 Jun 2008 13:55:57 +0000 (15:55 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 22 Jun 2008 19:41:14 +0000 (21:41 +0200)
src/modules/modules.c

index 8301933064113eacf4249e81c545d239675bcdd9..e613524515c45d4b20c3e9b901a8fc307508a135 100644 (file)
@@ -1220,6 +1220,7 @@ static int AllocatePluginFile( vlc_object_t * p_this, char * psz_file,
         p_bank->pp_cache[p_bank->i_cache]->b_used = true;
         p_bank->pp_cache[p_bank->i_cache]->p_module = p_module;
         p_bank->i_cache++;
+#undef p_bank
     }
 
     return p_module ? 0 : -1;