You can only pass valid heap pointers to free. Of course, and you can see from the Fortran source that I do not manipulate any
https://bugzilla.novell.com/show_bug.cgi?id=891349 https://bugzilla.novell.com/show_bug.cgi?id=891349#c5 --- Comment #5 from Dr. Shamsundar <shamsundar@uh.edu> 2014-08-14 12:13:33 UTC --- pointers. A valid pointer is generated (to use C terminology) by the ALLOCATE statement, and that same pointer is used with a subsequent DEALLOCATE statement. The GFortran compiler converts these statements into calls to malloc() and free(). For details, please read the initial post. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.