diff options
author | megamage <none@none> | 2009-08-08 12:12:56 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-08 12:12:56 -0500 |
commit | f8a05d264f77f366bf9f367dc5c59262c190c017 (patch) | |
tree | 4d02f63f3dddba3b5ff3154832c1c491a894f358 /src/shared/Database/Database.h | |
parent | 658538a092014f270000932db6b61d4e8efed83f (diff) |
[8318] Deleted as expected runnable objects at related Thread deleting for avoid memory leaks. Author: VladimirMangos
[8319] Restore compile PGSQL support after last changes. Author: ApoC
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/Database.h')
-rw-r--r-- | src/shared/Database/Database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index 7f2bdaefdb7..c7390d08a1b 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -41,7 +41,7 @@ class TRINITY_DLL_SPEC Database TransactionQueues m_tranQueues; ///< Transaction queues from diff. threads QueryQueues m_queryQueues; ///< Query queues from diff threads - SqlDelayThread* m_threadBody; ///< Pointer to delay sql executer + SqlDelayThread* m_threadBody; ///< Pointer to delay sql executer (owned by m_delayThread) ACE_Based::Thread* m_delayThread; ///< Pointer to executer thread public: |