Fix delta parsing
commit627cf6bca88c241d7e0d5563db46f87f64792653
authorDan McGee <dan@archlinux.org>
Thu, 29 Dec 2011 21:17:04 +0000 (29 15:17 -0600)
committerDan McGee <dan@archlinux.org>
Sun, 1 Jan 2012 03:03:24 +0000 (31 21:03 -0600)
tree8a991fcd2de132d1eee3ce08ef09779f685006a1
parent39cb865e71432fbce826d7526b1006be0e036761
Fix delta parsing

In commit 4c5e7af32f9, we changed this code to use the regex gathered
substrings. However, we failed to correctly store the delta file name
(leaking memory), as well as freeing the temporary string used to hold
the file size string.

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