hameg-hmo: add one missing g_free

This commit is contained in:
Stefan Brüns 2016-05-03 00:22:12 +02:00 committed by Uwe Hermann
parent b05ab7d272
commit e5b7eef797
1 changed files with 1 additions and 0 deletions

View File

@ -570,6 +570,7 @@ SR_PRIV int hmo_scope_state_get(struct sr_dev_inst *sdi)
sr_err("Could not determine array index for time base.");
return SR_ERR;
}
g_free(tmp_str);
state->timebase = i;