Skip to content
Snippets Groups Projects
Commit ce1ba3f0 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

Fix memory leak in TSQLiteStatement. Fixes ROOT-5720.

By Oliver Freyemuth.
parent 8b2e9e4c
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ void TSQLiteStatement::Close(Option_t *)
}
fStmt->fRes = 0;
fStmt->fConn = 0;
delete fStmt;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment