Fixed memory leak.

This commit is contained in:
Armin Novak 2015-08-28 11:06:26 +02:00
parent 198b70db0e
commit 26b1f5a914

View File

@ -64,6 +64,7 @@ DEVMAN* devman_new(rdpdrPlugin* rdpdr)
if (!devman->devices)
{
WLog_INFO(TAG, "ListDictionary_New failed!");
free(devman);
return NULL;
}