From: Uwe Hermann Date: Tue, 15 May 2018 21:57:31 +0000 (+0200) Subject: Convert some g_malloc0() to g_malloc(). X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=35c10c0e24881de50b3391b1f3ecc9e43aa361b3;hp=35c10c0e24881de50b3391b1f3ecc9e43aa361b3 Convert some g_malloc0() to g_malloc(). 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. ---