diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3985,7 +3985,8 @@ static int Go_cal_100(gchar** response, int channel, char *parameter,char *units case query_simple: status = do_full_self_cal(&caldata); if (!no_report) { - query_string(response, caldata.response); + query_string(response, caldata.response->str); + g_string_free (caldata.response, TRUE); } return status; break; |