29 Dec
2005
29 Dec
'05
1:36 p.m.
VMiklos wrote:
On Thu, Dec 22, 2005 at 05:22:32PM +0100, Essien Ita Essien <essiene@datavibe.net> wrote:
+ db_close(handle->db_local); /*verify no problems, like double free (basically, is this the right way to handle pmdb_t free/close?*/
yes, this is the right way, but this is done in alpm.c, alpm_release() there will be no double free as there is already a check there for preventing this
so this one is unnecessary (the others looks good to me)
oh cool.
the format (cvs diff -u) is ok, too :)
bingo!!! :)
udv / greetings, VMiklos
btw, sorry for replying this late... i had to travel, and just got connected back to the net today... so back to hacking ;)