Convert MALLOC to actually call malloc()
commit89fe19f3e102dae379c00e5b45dd1d42a6963962
authorDan McGee <dan@archlinux.org>
Fri, 30 Sep 2011 16:46:44 +0000 (30 11:46 -0500)
committerDan McGee <dan@archlinux.org>
Wed, 12 Oct 2011 19:01:25 +0000 (12 14:01 -0500)
tree8f85b781239cdbba896ab6aaed240d41973a5027
parent980b3faea5ecfb54186bf74b2b6d79e0cb7836ea
Convert MALLOC to actually call malloc()

If you need zero-filled allocations, call CALLOC() instead.

This was from the original definition of these macros in commit
cc754bc6e3be0f3; hopefully our code is in the shape it needs to be to
switch this behavior.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/sync.c
lib/libalpm/util.h