diff options
Diffstat (limited to 'src/plugins/dell/mm-plugin-dell.c')
-rw-r--r-- | src/plugins/dell/mm-plugin-dell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/dell/mm-plugin-dell.c b/src/plugins/dell/mm-plugin-dell.c index 47b2a69b..e7f813b1 100644 --- a/src/plugins/dell/mm-plugin-dell.c +++ b/src/plugins/dell/mm-plugin-dell.c @@ -158,7 +158,7 @@ response_ready (MMPortSerialAt *port, { CustomInitContext *ctx; MMPortProbe *probe; - const gchar *response; + g_autofree gchar *response = NULL; GError *error = NULL; gchar *lower; DellManufacturer manufacturer; |