[PATCH] ole32: check for interface NULL which happens with e.g. Abiword

Dmitry Timoshkov dmitry at codeweavers.com
Wed Sep 15 06:04:51 CDT 2010


Marcus Meissner <marcus at jet.franken.de> wrote:

> +  if (!unk) {
> +      FIXME("hr was %d, but unk is NULL?\n", hr);
> +      return E_FAIL;
> +  }

IDropTarget_QueryInterface() should be fixed instead.

-- 
Dmitry.



More information about the wine-devel mailing list