]> sigrok.org Git - libsigrok.git/commit
Don't check g_free() arguments for NULL.
authorUwe Hermann <redacted>
Fri, 27 Mar 2015 07:39:49 +0000 (08:39 +0100)
committerUwe Hermann <redacted>
Tue, 31 Mar 2015 22:23:25 +0000 (00:23 +0200)
commitb1f8310376265f622c6f7d81c0cc0580598ea973
tree75a5ab58203f0c6e6ef59a4120aa6efdf579d637
parente742b88f9aef970f8d6755858c930a47f79782fa
Don't check g_free() arguments for NULL.

The g_free() call is guaranteed to not segfault when NULL is passed.
src/backend.c
src/hardware/gmc-mh-1x-2x/api.c
src/hardware/hameg-hmo/api.c
src/hardware/hameg-hmo/protocol.c
src/hardware/manson-hcs-3xxx/api.c
src/hardware/motech-lps-30x/api.c
src/hardware/yokogawa-dlm/api.c
src/hardware/yokogawa-dlm/protocol_wrappers.c
src/input/csv.c