Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rustyrussell/pettycoin
base: 8c2a6a585a00
Choose a base ref
...
head repository: rustyrussell/pettycoin
compare: 964043b4be84
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 11, 2014

  1. test: set VG_TEST_ARGS correctly.

    Tests should not leak memory.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    e72ba17 View commit details
    Browse the repository at this point in the history
  2. test: report reachable leaks.

    Valgrind doesn't exit with an error for reachable leaks, but we want to
    catch them.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    964043b View commit details
    Browse the repository at this point in the history