diff options
Diffstat (limited to 'src/plugins/longcheer/mm-plugin-longcheer.c')
-rw-r--r-- | src/plugins/longcheer/mm-plugin-longcheer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/longcheer/mm-plugin-longcheer.c b/src/plugins/longcheer/mm-plugin-longcheer.c index f3c6bc6c..a53e6d03 100644 --- a/src/plugins/longcheer/mm-plugin-longcheer.c +++ b/src/plugins/longcheer/mm-plugin-longcheer.c @@ -61,7 +61,7 @@ gmr_ready (MMPortSerialAt *port, { MMPortProbe *probe; const gchar *p; - const gchar *response; + g_autofree gchar *response = NULL; probe = g_task_get_source_object (task); |