diff --git a/libfreerdp/core/test/TestConnect.c b/libfreerdp/core/test/TestConnect.c index 3f79fa03e..7bf196951 100644 --- a/libfreerdp/core/test/TestConnect.c +++ b/libfreerdp/core/test/TestConnect.c @@ -180,6 +180,8 @@ static int testSuccess(int port) path = GetCombinedPath(exe, "Sample"); wpath = GetCombinedPath(wexe, "Sample"); + free(exe); + exe = NULL; if (!path || !wpath) goto fail; @@ -226,6 +228,7 @@ static int testSuccess(int port) fail: free(exe); + free(wexe); free(path); free(wpath); free(commandLine);