aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-location-gps-raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-location-gps-raw.c')
-rw-r--r--libmm-glib/mm-location-gps-raw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/mm-location-gps-raw.c b/libmm-glib/mm-location-gps-raw.c
index 4418eff2..dfcd52bd 100644
--- a/libmm-glib/mm-location-gps-raw.c
+++ b/libmm-glib/mm-location-gps-raw.c
@@ -374,6 +374,8 @@ finalize (GObject *object)
if (self->priv->gpgga_regex)
g_regex_unref (self->priv->gpgga_regex);
+ g_free (self->priv->utc_time);
+
G_OBJECT_CLASS (mm_location_gps_raw_parent_class)->finalize (object);
}