j
k
j a
j l
Nikolay Sivov (@nsivov) commented about dlls/msxml3/httprequest.c:
if (!(ptr = heap_alloc(size))) { heap_free(bsc); IBindCtx_Release(pbc); return E_OUTOFMEMORY; }
if (!(ptr = heap_alloc(size))) { heap_free(bsc);
IBindCtx_Release(pbc); return E_OUTOFMEMORY; }
It will be a smaller change to move context creation right before it's used.
Back to the thread
Back to the list