summaryrefslogtreecommitdiff
path: root/libgweather/gweather-private.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/gweather-private.c')
-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;