MG: fixed mem some leaks in ide and gtk

git-svn-id: trunk@1855 -
This commit is contained in:
lazarus 2002-08-17 23:39:07 +00:00
parent d702a000a2
commit 5b99a74b9a

View File

@ -3766,7 +3766,7 @@ begin
while ADialogResult = 0 do begin
Application.HandleMessage;
end;
gtk_widget_destroy(Dialog);
DestroyWidget(Dialog);
Result:= ADialogResult;
end;
@ -5980,6 +5980,9 @@ end;
{ =============================================================================
$Log$
Revision 1.99 2002/08/21 11:29:36 lazarus
MG: fixed mem some leaks in ide and gtk
Revision 1.98 2002/08/21 10:46:37 lazarus
MG: fixed unreleased gdiRegions