Commit d62c3197 authored by Zac Brown's avatar Zac Brown Committed by Alexandre Julliard

winmm: msiSendStringW: Don't free substring after original string has already been freed.

parent 9d54392c
......@@ -1443,7 +1443,6 @@ DWORD WINAPI mciSendStringW(LPCWSTR lpstrCommand, LPWSTR lpstrRet,
errCleanUp:
HeapFree(GetProcessHeap(), 0, verb);
HeapFree(GetProcessHeap(), 0, devAlias);
return dwRet;
}
......
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