Skip to content

Commit 41dcd4b

Browse files
rsgowmanwilhuff
authored andcommitted
Fix trivial mem leak in the test suite (firebase#828)
Reduces noise while running valgrind so that I can see the leaks that I'm introducing. :/
1 parent 50f9df9 commit 41dcd4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firestore/core/test/firebase/firestore/remote/datastore_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ TEST(Datastore, CanLinkToGrpc) {
2525
// libraries required for gRPC to work are actually linked correctly into the
2626
// test.
2727
grpc_init();
28+
grpc_shutdown();
2829
}

0 commit comments

Comments
 (0)