[Kde-bindings] KDE/kdebindings

Richard Dale rdale at foton.es
Sat Aug 11 16:51:00 UTC 2007


On Saturday 11 August 2007, Arno Rehn wrote:
> -                       ((GCHandle) handle).Free();
> +                       if (handle != IntPtr.Zero) ((GCHandle)
> handle).Free();
Is this a symptom of a bug somewhere else that we need to fix? When does this 
occur?

-- Richard





More information about the Kde-bindings mailing list