aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-at-serial-port.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-at-serial-port.c b/src/mm-at-serial-port.c
index 5215ab24..79626225 100644
--- a/src/mm-at-serial-port.c
+++ b/src/mm-at-serial-port.c
@@ -543,6 +543,8 @@ finalize (GObject *object)
if (priv->response_parser_notify)
priv->response_parser_notify (priv->response_parser_user_data);
+ g_strfreev (priv->init_sequence);
+
G_OBJECT_CLASS (mm_at_serial_port_parent_class)->finalize (object);
}