Re: memory use increasing while running, till...
- Posted by useless_ Dec 28, 2012
- 1184 views
mattlewis said...
BRyan said...
How about try using a free(target) at the end of the reverse() function
just before the return t
just to see if it has something to do with multiple copies of target
No, it's definitely a problem with replace(). See ticket:830.
Matt
What happened to the leak in reverse() at line sequence.e:565 - t[uppr] = target[lowr]?
Are there similar unfound landmines sprinkled around?
useless