Kaydet (Commit) 31730671 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix memory leak

Change-Id: I64a74ea23d9a2410ebff0c42c54601fd0b0190f0
üst 773881d4
......@@ -106,6 +106,7 @@ void OCommonStatement::disposing()
m_pConnection = NULL;
m_pSQLIterator->dispose();
delete m_pParseTree;
dispose_ChildImpl();
OCommonStatement_IBASE::disposing();
......
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