]> sigrok.org Git - libsigrok.git/commit
hameg-hmo: Use g_byte_array_free() instead of g_free().
authorGuido Trentalancia <redacted>
Fri, 16 Nov 2018 17:38:54 +0000 (18:38 +0100)
committerUwe Hermann <redacted>
Thu, 25 Jul 2019 22:10:35 +0000 (00:10 +0200)
commit14cb6aa40a26e12f24a28c66e6a8d6ba636c6281
tree4d565f43e2f5f9e1c68c7aa6e4d39fec7a5214f9
parent4fff7b3c8a84a5593ddf780992355d9ebf434a90
hameg-hmo: Use g_byte_array_free() instead of g_free().

Use the appropriate glib function to free memory (byte array).

This fixes bug #1324.
src/hardware/hameg-hmo/protocol.c