some bugfixes in Log and guiLog

This commit is contained in:
floty
2010-12-18 23:10:10 +00:00
parent 4f89969bd3
commit 0e46188ff3
11 changed files with 78 additions and 29 deletions
-15
View File
@@ -126,21 +126,6 @@ guiLog::~guiLog()
{
delete myLogDir;
delete myHtmlLogFile;
if(SQLITE_LOG) {
sqlite3_close(mySqliteLogDb);
// delete mySqliteLogDb;
}
}
void guiLog::closeLogDbAtExit()
{
if(SQLITE_LOG) {
// close sqlite-db
sqlite3_close(mySqliteLogDb);
// delete mySqliteLogDb;
mySqliteLogDb = NULL;
}
}