LA8: Free memory from g_*alloc*() via g_freee().

This commit is contained in:
Uwe Hermann 2011-05-04 19:46:33 +02:00
parent 340cfac0f0
commit d3b1b51cbe
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ static int hw_closedev(int device_index)
sdi->status = SR_ST_INACTIVE;
sr_dbg("la8: %s: freeing sample buffers", __func__);
free(la8->final_buf);
g_free(la8->final_buf);
return SR_OK;
}