|
From: <da...@ix...> - 2003-04-15 20:34:52
|
In article <3E9...@ta...>,
Leif Mortenson <wra...@li...> wrote:
>I went through and fixed the code in a few places where I was not setting
>variables to NULL after they were freed, but none of them looked like they
But you didn't test to see if they compile. :-/
diff -u -r1.53 wrapper.c
--- src/c/wrapper.c 15 Apr 2003 14:17:45 -0000 1.53
+++ src/c/wrapper.c 15 Apr 2003 20:33:37 -0000
@@ -1123,7 +1123,6 @@
}
globfree(&g);
- g = NULL;
#endif
} else {
/* Is there room for the entry? */
g isn't a pointer.
mrc
--
Mike Castle da...@ix... www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
|