In a program I'm writing, after I fclose() a file, it seems to mess up the free space of the core, and I'm really not sure why. It seems that this sequence of events messes up the memory.
1. Open file
2. Allocate and deallocate memory
3. Close file
I know that you're all going to say that I have a bad pointer or something, but I don't think that this is the case (although it might be...). I'm using BC2.0. Is there any reported bugs with fclose, or does anyone have any similar experiences? Thanks, very much,