]> err.no Git - dpkg/commit
Fix segfault when --auto-deconfigure is given. This is causes because the
authorAdam Heath <doogie@debian.org>
Sat, 24 Aug 2002 19:22:33 +0000 (19:22 +0000)
committerAdam Heath <doogie@debian.org>
Sat, 24 Aug 2002 19:22:33 +0000 (19:22 +0000)
commit8abdf365f9f1e8d3fd288d2f3ae9178b9800a041
tree7cfd8d9d4b78078599ac6f51af63dd774cd004d6
parentcabb57e9168fed0232e37904911c30353cb0a701
Fix segfault when --auto-deconfigure is given.  This is causes because the
deconfigure list is allocated in an obstack, but then freed with normal
free().
ChangeLog
debian/changelog
main/archives.c