On Sat, 28 Nov 2009, Pritpal Bedi wrote:

Hi,

> > BTW I have question about code in axcore.c.
> > In function __AXDOVERB() we have call to QueryInterface() but without
> > call to Release(). Shouldn't we add at axcore.c[213]:
> >       HB_VTBL( lpOleObject )->Release( HB_THIS( lpOleObject ) );
> > ???
> Yes, good catch. Please commit.

Thank you. I'll do taht in a while.

> Probably it will be 211th line.

In the current SVN code it's 213.
It should be executed after successful call to QueryInterface() method
when lpOleObject is not longer necessary.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to