Kaydet (Commit) 9999bb82 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity#983107: fix memory leak

Change-Id: I602510657d72455485e42e66b8ddf68413035232
üst f3c849fb
......@@ -207,6 +207,7 @@ void Test::testSimpleReferenceObject() {
delete static_cast< DerivedSimpleReferenceObject * >(p);
throw;
}
delete static_cast< DerivedSimpleReferenceObject * >(p);
}
void Test::testDerivedCondition() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment