at-serial-port: plug memleak

This commit is contained in:
Aleksander Morgado
2013-02-19 13:17:57 +01:00
parent f9583cb530
commit 5fe69d0ebb

View File

@@ -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);
}