ieframe: Avoid memory leak (coverity).

This commit is contained in:
André Hentschel 2012-10-28 16:16:39 +01:00 committed by Alexandre Julliard
parent 0f7bc2d8cc
commit 69d8e75a6b
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}