From 3015bb4eeb77a9adbb2aa58cf34b52b17df18a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GOUJON=20=C3=89van?= Date: Mon, 31 May 2021 19:13:57 +0200 Subject: [PATCH] Clean up more resources in vips_shutdown --- libvips/iofuncs/init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libvips/iofuncs/init.c b/libvips/iofuncs/init.c index 2481b666..867e0d45 100644 --- a/libvips/iofuncs/init.c +++ b/libvips/iofuncs/init.c @@ -721,7 +721,6 @@ vips_shutdown( void ) #endif /*HAVE_GSF*/ VIPS_FREE(vips__argv0); - g_set_prgname(NULL); /* In dev releases, always show leaks. But not more than once, it's * annoying.