summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-01-20 05:03:54 +0100
committerDan McGee <dan@archlinux.org>2010-01-20 05:03:54 +0100
commit0eadc992400aaad58da5866d23caee01a22e1341 (patch)
tree0e7a59fb50699b7f54a574ca7aaac2ebe6c40dc8 /lib
parentafc37c58c74848a11adb04b0ae182cca467cd25e (diff)
parent8b3f5f0ce6dca98ca14cc48f5a85188313769b40 (diff)
downloadpacman-0eadc992400aaad58da5866d23caee01a22e1341.tar.gz
pacman-0eadc992400aaad58da5866d23caee01a22e1341.tar.xz
Merge branch 'maint'
Just a slight touchup in makepkg due to the [ -> [[ conversion, so nothing to see here. Conflicts: scripts/makepkg.sh.in
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/alpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c
index 6ab65161..82502562 100644
--- a/lib/libalpm/alpm.c
+++ b/lib/libalpm/alpm.c
@@ -71,6 +71,7 @@ int SYMEXPORT alpm_release(void)
}
_alpm_handle_free(handle);
+ handle = NULL;
return(0);
}