RE: [gtk-list] gtk_init wierdness
- From: "Rostedt, Steven" <steven rostedt lmco com>
- To: "'gtk-list redhat com'" <gtk-list redhat com>
- Subject: RE: [gtk-list] gtk_init wierdness
- Date: Thu, 22 Oct 1998 09:28:15 -0400
> -----Original Message-----
> From: katre [SMTP:katre@mousetrap.ml.org]
> Sent: Thursday, October 22, 1998 9:24 AM
> To: gtk-list@redhat.com
> Subject: [gtk-list] gtk_init wierdness
>
>
> #ifdef NOT
> debug_print("Closing all files...");
>
> if (story_map != NULL)
> {
> bb_destroy_map(story_map);
> }
>
> fclose(story_file_p);
> #endif
>
[Steven Rostedt] Is story_map initiated to NULL? otherwise it may
pass the first test
while never being allocated.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]