Skip to content

Commit

Permalink
Close a leak in run-01-base58.c
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Jul 29, 2014
1 parent 5dcc1b3 commit 2b624c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-01-base58.c
Expand Up @@ -83,6 +83,7 @@ int main(void)
assert(key);
assert(test_net == true);
assert(structeq(&pubkey, &pubkey2));
EC_KEY_free(key);

/* FIXME: Test non-test network keys! */

Expand Down

0 comments on commit 2b624c3

Please sign in to comment.