]> sigrok.org Git - libsigrokdecode.git/commitdiff
Convert some g_malloc0() to g_malloc().
authorUwe Hermann <redacted>
Tue, 15 May 2018 21:57:31 +0000 (23:57 +0200)
committerUwe Hermann <redacted>
Tue, 15 May 2018 21:57:31 +0000 (23:57 +0200)
For the converted calls there's no requirement for all struct fields
being memset()'d to zero, or all struct fields are explicitly set
later anyway.


No differences found