初始OnWrite为空指针

This commit is contained in:
LQF 2017-08-28 11:52:27 +08:00
parent edbcc43b35
commit 651f651260
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ HistoryStore::HistoryStore()
MaxCache = 16 * 1024;
MaxReport = 1024;
OnWrite = nullptr;
OnReport = nullptr;
OnStore = nullptr;