summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-12 17:52:40 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-12 17:52:40 +0100
commit605d24eae2a9d0fe061d9c08ce322fd9085003f1 (patch)
tree0f1b27b8b690e4cfa5bc211e5e75ac43a29263c3
parent47bf80fae09a61208ef38132883beabdcce235a9 (diff)
downloadlibgweather-605d24eae2a9d0fe061d9c08ce322fd9085003f1.tar.gz
gweather: Fix GWeatherInfo memory leak
-rw-r--r--libgweather/gweather-weather.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c
index f83a4db..897b684 100644
--- a/libgweather/gweather-weather.c
+++ b/libgweather/gweather-weather.c
@@ -786,6 +786,7 @@ gweather_info_finalize (GObject *object)
g_clear_pointer (&info->radar_url, g_free);
g_clear_pointer (&info->application_id, g_free);
+ g_clear_pointer (&info->contact_info, g_free);
g_free (info->forecast_attribution);