diff options
Diffstat (limited to 'macosx/PluginList.m')
| -rwxr-xr-x | macosx/PluginList.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PluginList.m b/macosx/PluginList.m index 944a3c6c..621e7f3c 100755 --- a/macosx/PluginList.m +++ b/macosx/PluginList.m @@ -235,6 +235,7 @@ const static int typeList[] = {PSE_LT_GPU, PSE_LT_SPU, PSE_LT_CDR, PSE_LT_PAD, P // stop the old plugin and start the new one if (pluginPtr) { [pluginPtr shutdownAs:type]; + //NOTE: We can ignore Clang's "Incorrect Decrement" here RELEASEOBJ(pluginPtr); } |
