summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorAdam Heath <doogie@debian.org>2002-09-01 04:47:03 +0000
committerAdam Heath <doogie@debian.org>2002-09-01 04:47:03 +0000
commitd30ba9a6e085d8fe845f394737827fe5ef7c0565 (patch)
tree5b2649b665a652255bd833ae0af6c180f16f9dd7 /dselect
parentf76ac28071e2ec5c71d3698a56dc203d1b7fd07e (diff)
downloaddpkg-d30ba9a6e085d8fe845f394737827fe5ef7c0565.tar.gz
Don't call nffreeall, in any of the c/c++ programs. It appears dselect
slightly corrupts it's memory enough that it can't be freed without segfaulting.
Diffstat (limited to 'dselect')
-rw-r--r--dselect/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc
index 831bfef91..4dfc329ae 100644
--- a/dselect/main.cc
+++ b/dselect/main.cc
@@ -494,7 +494,7 @@ int main(int, const char *const *argv) {
}
cursesoff();
- standard_shutdown();
+ standard_shutdown(0);
return(0);
}