diff options
Diffstat (limited to 'gpib.c')
-rw-r--r-- | gpib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -783,7 +783,7 @@ int GPIB_send_query_response(gpointer *ignore_this, char *in_string) if (GPIB_response_already_pending()) { /* if MAV already, data will be lost. Set QYE bit in STB. */ queue_error_for_gpib_only(query_error_interrupted); } - + // needs to be freed gchar *term_string = g_strdup_printf ("%s\n", in_string); |