From a8c59c41bc103f0336d9982369be5dd85ac68111 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 28 Feb 2022 18:51:47 +0100 Subject: Fix majors memory leaks (TODO: shared_ptr for Game objects and implement ~Game()) --- src/engine_tab/EngineTab.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine_tab/EngineTab.hpp') 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); } -- cgit v1.2.3