fixed another memory leak
This commit is contained in:
parent
856aaba0a7
commit
ea3fc6b037
@ -550,6 +550,10 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// clean up
|
||||
if (saxParser) {
|
||||
delete saxParser;
|
||||
saxParser = 0;
|
||||
}
|
||||
if (startupHandler) {
|
||||
delete startupHandler;
|
||||
startupHandler = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user