diff --git a/dlls/ieframe/iexplore.c b/dlls/ieframe/iexplore.c index a72ed344b2e..c4641bd2a98 100644 --- a/dlls/ieframe/iexplore.c +++ b/dlls/ieframe/iexplore.c @@ -988,6 +988,7 @@ static HDDEDATA WINAPI dde_proc(UINT type, UINT uFmt, HCONV hConv, HSZ hsz1, HSZ if(DdeGetData(data, (BYTE*)url, size, 0) != size) { ERR("error during read\n"); + heap_free(url); break; }