I've been playing around with the QT libraries for linux, and have been having issues with the way it does it's memory cleanup. More specifically, I don't trust QT to clean up it's memory like the docs says it does.
As a result, I was wondering if there was a tool for linux that would let you see if a program was not freeing all the memory it was allocating. Or, if there is no tool, what's a good way to figure it out?
I'd hit google, but I can't honestly think of what I'd do a search on. Any help would be greatly appreciated. |