# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46109]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46109 >


In src/debug.c:PDB_get_command() there is the todo item:

/* XXX who frees that */
c = (char *)mem_sys_allocate(255);

This variable isn't freed at the end of the function, and looks like it
probably should be.

Reply via email to