]> sigrok.org Git - sigrok-cli.git/commitdiff
Don't check g_free() arguments for NULL.
authorUwe Hermann <redacted>
Thu, 26 Mar 2015 20:51:37 +0000 (21:51 +0100)
committerUwe Hermann <redacted>
Thu, 26 Mar 2015 23:11:21 +0000 (00:11 +0100)
The g_free() call is guaranteed to not segfault when NULL is passed.


No differences found