summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-08-22 18:42:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-08-22 18:42:17 +0100
commit7832646549be3b1685c3b32f36c9a5556c7a2f14 (patch)
tree6aad44c0a65ce674b93b24c0c5556bb00f58cdd2
parent0a069ee9fea75a3caebcbe43005d3ad7d9e3c116 (diff)
downloadlibgweather-7832646549be3b1685c3b32f36c9a5556c7a2f14.tar.gz
Initialize mapped file variable
Fixes: #178
-rw-r--r--libgweather/gweather-private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/gweather-private.c b/libgweather/gweather-private.c
index 2f95d69..c6b3258 100644
--- a/libgweather/gweather-private.c
+++ b/libgweather/gweather-private.c
@@ -44,7 +44,7 @@ ensure_world (gpointer dummy G_GNUC_UNUSED)
{
g_autoptr (GError) error = NULL;
g_autofree char *filename = NULL;
- g_autoptr (GMappedFile) map;
+ g_autoptr (GMappedFile) map = NULL;
const char *locations_path;
GWeatherDb *db = NULL;