Skip to content
Snippets Groups Projects
Commit 50d219fa authored by deuce's avatar deuce
Browse files

Fix memory leak with Borland compiler on Win32 when using cprintf()

parent c0c1c6e4
Branches
Tags
No related merge requests found
......@@ -698,7 +698,7 @@ int ciolib_cprintf(char *fmat, ...)
ciolib_cputs(str);
else
ret=EOF;
#ifndef _WIN32
#ifndef _MSC_VER
free(str);
#endif
return(ret);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment