Skip to content
Snippets Groups Projects
Commit 32e65acc authored by Michał Janiszewski's avatar Michał Janiszewski Committed by Alexandre Julliard
Browse files

msvcrt: Don't forget to free the buffer in scanf.

parent 4ad6e1b0
Branches
Tags
No related merge requests found
......@@ -667,6 +667,7 @@ _FUNCTION_ {
else {
_UNLOCK_FILE_(file);
*str = 0;
HeapFree(GetProcessHeap(), 0, Mask);
return rd;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment