~ubuntu-branches/ubuntu/hardy/transmission/hardy-updates

« back to all changes in this revision

Viewing changes to gtk/my-valgrind.sh

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-09-15 18:58:42 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20070915185842-cagev5gre27re7ko
Tags: upstream-0.82.dfsg
ImportĀ upstreamĀ versionĀ 0.82.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#/bin/sh
 
2
export G_SLICE=always-malloc
 
3
export G_DEBUG=gc-friendly
 
4
export GLIBCXX_FORCE_NEW=1
 
5
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=64 --log-file=x-valgrind --show-reachable=yes ./transmission-gtk