]> sigrok.org Git - libsigrok.git/commit
analog: Get GString content from proper API call
authorMarek Vasut <redacted>
Sat, 28 Oct 2023 07:12:48 +0000 (09:12 +0200)
committerGerhard Sittig <redacted>
Sat, 28 Oct 2023 09:14:02 +0000 (11:14 +0200)
commitb4645b0f70e6b2a2ed14f161ea12ff3dbe94391d
tree0233d07065a2d95949bb2291a371299d3ba4cb7f
parentd41c4131a2dcdb3f1eec7bfc1065e70eb2597158
analog: Get GString content from proper API call

Use the g_string_free() routine's return value instead of pulling the
string content out of the buffer structure bypassing the library's API.

Signed-off-by: Marek Vasut <redacted>
src/analog.c