Unbreak the database partial extraction code
commitf6c7de77edee89650e8dabf728f296d48cd4b3e0
authorDan McGee <dan@archlinux.org>
Tue, 16 Mar 2010 04:03:29 +0000 (15 23:03 -0500)
committerDan McGee <dan@archlinux.org>
Tue, 16 Mar 2010 04:06:22 +0000 (15 23:06 -0500)
tree67c765132a51a7c8eb6e78e0246398220157d11f
parenta36ff9404b59b249b436282f5b69d8ed136a7c8d
Unbreak the database partial extraction code

Basically I'm the idiot that thought I could make it better and completely
forgot how freeing the contents of the original lists would screw up our
nice little diff extraction lists. This caused segfaults among other
problems. Last time I try to do that...

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff627ce26 in strcmp () from /lib/libc.so.6
(gdb) bt

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