Eliminate remaining assert()'s in rpmlead.c
authorPanu Matilainen <Panu Matilainen pmatilai@redhat.com>
Wed, 6 Jul 2011 09:53:59 +0000 (12:53 +0300)
committerPanu Matilainen <Panu Matilainen pmatilai@redhat.com>
Wed, 6 Jul 2011 09:53:59 +0000 (12:53 +0300)
commit645c09034ce774fce99926074fde74ff72f699c2
tree4dcb4864945cedaf629cf61afb6d92ec984e49e1
parentda53e0d66e70dc20762ef00b360783f6e818ee19
Eliminate remaining assert()'s in rpmlead.c

- Blowing up with assert() on freeing NULL is just dumb...
- rpmLeadWrite() can easily be made to handle NULL lead gracefully
lib/rpmlead.c