From: <dav...@us...> - 2012-01-04 22:16:08
|
Revision: 950 http://instantobjects.svn.sourceforge.net/instantobjects/revision/?rev=950&view=rev Author: davidvtaylor Date: 2012-01-04 22:16:02 +0000 (Wed, 04 Jan 2012) Log Message: ----------- * Removed MessageServices.ClearAllMessages call in TInstantOTAIDEInterface to fix an AV in Delphi XE2 on shutdown Modified Paths: -------------- trunk/Source/Design/InstantOTA.pas Modified: trunk/Source/Design/InstantOTA.pas =================================================================== --- trunk/Source/Design/InstantOTA.pas 2011-09-28 13:51:18 UTC (rev 949) +++ trunk/Source/Design/InstantOTA.pas 2012-01-04 22:16:02 UTC (rev 950) @@ -341,7 +341,6 @@ destructor TInstantOTAIDEInterface.Destroy; begin - MessageServices.ClearAllMessages; FIDENotifier5.Free; inherited; end; |