OSDN Git Service

Fixed memory leaks
[winbottle/winbottle.git] / bottleclient / FMOExplorer.pas
index 21ec059..78d5eb9 100755 (executable)
@@ -154,4 +154,8 @@ begin
   ShowMessage(str);
 end;
 
+initialization
+
+frmFMOExplorer := nil;
+
 end.