[perl #23040] [PATCH] Fix one double free in io.c

2003-07-18 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23040] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23040 Hi, finally I found one of the double free errors in io.c: At Parrot_exit the

Re: [perl #23040] [PATCH] Fix one double free in io.c

2003-07-18 Thread Dan Sugalski
At 5:51 PM + 7/18/03, J¸rgen B–mmels (via RT) wrote: i, finally I found one of the double free errors in io.c: At Parrot_exit the PIOs are destroyed and the buffer memory is freed. Unfortunatly the pointer is not cleared, so if there is a second PMC pointing to the same PIO the buffer is