From 134a297b4edcdb734f915655f146599ce985b999 Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 20 Apr 1998 14:44:07 +0000 Subject: [PATCH] need to init freePrefixes CVS patchset: 2095 CVS date: 1998/04/20 14:44:07 --- lib/uninstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uninstall.c b/lib/uninstall.c index 99a9c6d..1c96607 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -369,7 +369,7 @@ static int runScript(Header h, char * root, int progArgc, char ** progArgv, char * fn; int fd; int i; - int freePrefixes; + int freePrefixes = 0; int pipes[2]; int out = 1; -- 2.7.4