Commit 32e65acc authored by Michał Janiszewski's avatar Michał Janiszewski Committed by Alexandre Julliard

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

parent 4ad6e1b0
......@@ -667,6 +667,7 @@ _FUNCTION_ {
else {
_UNLOCK_FILE_(file);
*str = 0;
HeapFree(GetProcessHeap(), 0, Mask);
return rd;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment