From c47003c7b240b4f295e4555794835e6a0aeddfe0 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 27 Aug 2008 00:05:29 +0300 Subject: libdpkg: Do not pass any argument to standard_shutdown --- lib/dpkg.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/dpkg.h b/lib/dpkg.h index ecb2ddcb5..ab9ed22e0 100644 --- a/lib/dpkg.h +++ b/lib/dpkg.h @@ -165,11 +165,9 @@ extern const char printforhelp[]; myopt(argv,cmdinfos);\ } while (0) -#define standard_shutdown(freemem) do {\ +#define standard_shutdown() do { \ set_error_display(NULL, NULL); \ error_unwind(ehflag_normaltidy);\ - if (freemem)\ - nffreeall();\ } while (0) /*** from ehandle.c ***/ -- cgit v1.2.3