From 4d02e361b091803ce003472c8d321c69b0dded9d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 2 Oct 2023 01:43:42 +0300 Subject: [PATCH 60/60] animations_free(): Nullify the animations pointer See osdn #48787 Signed-off-by: Marko Lindqvist --- client/mapview_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/mapview_common.c b/client/mapview_common.c index 9fd8153a1e..7562c91808 100644 --- a/client/mapview_common.c +++ b/client/mapview_common.c @@ -212,6 +212,7 @@ void animations_free(void) } animation_list_destroy(animations); + animations = NULL; } } -- 2.40.1