Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall 2013-07-24 23:50:58 +02:00
commit 96d54789ee

View File

@ -221,7 +221,7 @@ static void clib_unloadlib(CLibrary *cl)
FreeLibrary((HINSTANCE)h);
}
}
} else if (!cl->handle) {
} else if (cl->handle) {
FreeLibrary((HINSTANCE)cl->handle);
}
}