From 0b72fabadec642dcecfe861c56dfeddb0c82a898 Mon Sep 17 00:00:00 2001 From: scratko Date: Thu, 21 Nov 2024 00:42:10 +0300 Subject: Fixed memory leak The image widget is responsible for deleting the loaded part of the image Check for correct type of selected file Error checking after image upload --- solution_algorithm.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'solution_algorithm.cpp') diff --git a/solution_algorithm.cpp b/solution_algorithm.cpp index 70a9ace..f0b7861 100644 --- a/solution_algorithm.cpp +++ b/solution_algorithm.cpp @@ -108,7 +108,6 @@ void ASearch::ApplyFairEvaluator(Node& n) const n.evaluation = n.depth + sum_md; } - class MovesCreator { vect_node& free_moves; GameParams::coordinates empty_box_coord; -- cgit v1.2.3