On 05/12/12 09:08, Anisha Kaul wrote: > The problem is that the functions pointed out by Valgrind are NO where > in my code. I haven't used functions like - `createObject`, > `setContent` etc. anywhere. They look like internal Qt functions.
You need to use --num-callers to ask for deeper stack traces so that you can see where in your code those calls are originating from. Tom -- Tom Hughes ([email protected]) http://compton.nu/ ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
