Skip to content

Commit

Permalink
Fix trivial mem leak in the test suite (firebase#828)
Browse files Browse the repository at this point in the history
Reduces noise while running valgrind so that I can see the leaks that
I'm introducing. :/
  • Loading branch information
rsgowman authored and wilhuff committed Feb 21, 2018
1 parent 50f9df9 commit 41dcd4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ TEST(Datastore, CanLinkToGrpc) {
// libraries required for gRPC to work are actually linked correctly into the
// test.
grpc_init();
grpc_shutdown();
}

0 comments on commit 41dcd4b

Please sign in to comment.