Avoid calloc() in macro findEntry()
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 27 Sep 2010 06:33:35 +0000 (09:33 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 27 Sep 2010 11:55:11 +0000 (14:55 +0300)
commit8082eb48dbb9ab39826b5e1be9b764b0940a9a79
tree17debc3ad0ae9f9e2ec9e33ab572171f8e26f274
parentebc4ceaaeb8bb59019f4635471b28eb5f3eaaaa6
Avoid calloc() in macro findEntry()
- It's just the macro name we're grabbing here, that ought to fit
  on stack comfortably enough.
rpmio/macro.c