[pacman-dev] [PATCH] Introduce _alpm_pkg_free_trans()

2009-06-07 Thread Nagy Gabor
The main purpose of this function to make our code more readable. It frees transaction specific fields of pmpkg_t. (It is used when a package is removed from the target list.) Signed-off-by: Nagy Gabor ng...@bibl.u-szeged.hu --- lib/libalpm/package.c | 13 + lib/libalpm/package.h |

Re: [pacman-dev] [PATCH] Introduce _alpm_pkg_free_trans()

2009-06-07 Thread Dan McGee
On Sun, Jun 7, 2009 at 7:34 AM, Nagy Gaborng...@bibl.u-szeged.hu wrote: The main purpose of this function to make our code more readable. It frees transaction specific fields of pmpkg_t. (It is used when a package is removed from the target list.) Signed-off-by: Nagy Gabor