[FONTVIEW]

fix a leak

svn path=/trunk/; revision=67187
This commit is contained in:
Christoph von Wittich 2015-04-13 13:44:02 +00:00
parent 5c1e6cd9ac
commit 123774cc8c

View file

@ -145,6 +145,7 @@ WinMain (HINSTANCE hThisInstance,
} else {
/* If the user decides to close out of the open dialog effectively
exiting the program altogether */
LocalFree(dialogTitle);
return 0;
}