Re: urlmon: Prevent possible use of freed memory

2005-05-22 Thread Jacek Caban
Troy Rollo wrote: This fixes Bugzilla bug 2969 http://bugs.winehq.org/show_bug.cgi?id=2969 ChangeLog: Prevent a URLMonikerImpl from being freed before its work in BindToStorage is done. Index:

Re: urlmon: Prevent possible use of freed memory

2005-05-22 Thread Troy Rollo
On Sun, 22 May 2005 20:24, Jacek Caban wrote: The right solution is separating IBinding and IMoniker interfaces. They shouldn't be implemented in the same object. I'll send the patch. There is potential for the problem to re-occur when asynchronous binding is implemented. A comment warning of