diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 18:51:47 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 18:51:47 +0100 |
| commit | a8c59c41bc103f0336d9982369be5dd85ac68111 (patch) | |
| tree | fb6bfea03fe6b000fc7f3c4a0421388cd6a13d57 /src/engine_tab/EngineTab.hpp | |
| parent | 8f1e8fa106107c61c7ac62fa0f13340537ba4d23 (diff) | |
Fix majors memory leaks (TODO: shared_ptr for Game objects and implement ~Game())
Diffstat (limited to 'src/engine_tab/EngineTab.hpp')
| -rw-r--r-- | src/engine_tab/EngineTab.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp index b1e7ff0..aa5eb70 100644 --- a/src/engine_tab/EngineTab.hpp +++ b/src/engine_tab/EngineTab.hpp @@ -16,6 +16,7 @@ public: EngineTab(wxWindow *parent, uciadapter::UCI *engine, std::string engine_path_or_name); EngineTab(wxWindow *parent, std::string name); + ~EngineTab(); void ApplyPreferences() {} void *GetGame() { return (NULL); } void *GetBase() { return (NULL); } |
