Remove bogus const from rpmProblemString() return type
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Dec 2007 09:47:47 +0000 (11:47 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Dec 2007 09:47:47 +0000 (11:47 +0200)
commitb4588a1202783dd9bbee594aa5aea022ccdd3fc9
tree01c212b49497df5241700db4f6cda987b7448df7
parent1a0a12cf159a05471be62016a318d0653ae30ff5
Remove bogus const from rpmProblemString() return type
- its malloced so it needs to be freed
- fix all users to actually free
lib/rpmps.c
lib/rpmps.h
lib/verify.c
python/rpmps-py.c
python/rpmts-py.c