commit | 7848d887e010ad0abb8a6e5857a41108ee6455b7 | [log] [tgz] |
---|---|---|
author | Jim King <jim.king@simplivity.com> | Mon Apr 06 21:38:06 2015 -0400 |
committer | Roger Meier <roger@apache.org> | Tue Apr 07 20:46:48 2015 +0200 |
tree | 83de1a67813a5a8585dce37617d9d7d79ed326de | |
parent | 7fc33be18cdf995ac8b0845897f9b4ea3228c50f [diff] [blame] |
THRIFT-3086 fix a few minor valgrind identified issues
diff --git a/lib/cpp/test/RecursiveTest.cpp b/lib/cpp/test/RecursiveTest.cpp index a74be91..9a7eafe 100644 --- a/lib/cpp/test/RecursiveTest.cpp +++ b/lib/cpp/test/RecursiveTest.cpp
@@ -71,4 +71,5 @@ assert(false); } catch (const apache::thrift::protocol::TProtocolException& e) { } + depthLimit->nextitem.reset(); }