Mini-fixes

This commit is contained in:
Siana Gearz
2011-06-15 04:24:57 +02:00
parent e7ed9b5b91
commit 63285a2039
2 changed files with 7 additions and 5 deletions

View File

@@ -132,10 +132,7 @@ void ungrab_pa_syms()
sSymPADSOHandleG = NULL;
}
if ( sSymPADSOMemoryPool )
{
sSymPADSOMemoryPool.destroy();
}
sSymPADSOMemoryPool.destroy();
// NULL-out all of the symbols we'd grabbed
#define LL_PA_SYM(REQUIRED, PASYM, RTN, ...) do{ll##PASYM = NULL;}while(0)