|
From: Leif M. <le...@ta...> - 2003-04-15 23:31:44
|
Should have been doing more sleeping and less coding :-)
Fixed!
Cheers,
Leif
Mike Castle wrote:
>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
>
>
>
|