RE: [gtk-list] gtk_init wierdness





> -----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]