lib/parse_ini.c: Don't cast malloc(3) result
commite2b816986926e91227fc151af99bcf6dd5f68e74
authorHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 17 Jun 2014 23:21:31 +0000 (18 01:21 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 17 Jun 2014 23:21:31 +0000 (18 01:21 +0200)
tree266c12ae28dd600266320f01ef5e26d8128d7d10
parent95ed0a996c84d8df0485b2ffbadf6e92d3fef80f
lib/parse_ini.c: Don't cast malloc(3) result

There's no need to cast malloc(3)'s return value.
lib/parse_ini.c