From 123774cc8cbc7a59d3e281c7f6a3516ffd5740d7 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Mon, 13 Apr 2015 13:44:02 +0000 Subject: [PATCH] [FONTVIEW] fix a leak svn path=/trunk/; revision=67187 --- reactos/base/applications/fontview/fontview.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/base/applications/fontview/fontview.c b/reactos/base/applications/fontview/fontview.c index e6fb867884e..782bab8b7c7 100644 --- a/reactos/base/applications/fontview/fontview.c +++ b/reactos/base/applications/fontview/fontview.c @@ -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; }