ide/FindInFileDialog: Fixed memory leaks
authorJerome St-Louis <jerome@ecere.com>
Wed, 9 Jul 2014 10:02:21 +0000 (06:02 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 9 Jul 2014 10:02:21 +0000 (06:02 -0400)
ide/src/dialogs/FindInFilesDialog.ec

index b66e008..eb1e2b7 100644 (file)
@@ -195,6 +195,8 @@ private:
    ~FindInFilesDialog()
    {
       SearchStop();
+      delete lastSelectionProject;
+      delete lastSelectionProjectNode;
    }
 
    LayoutPage layout