初始OnWrite为空指针
This commit is contained in:
parent
edbcc43b35
commit
651f651260
|
@ -24,6 +24,7 @@ HistoryStore::HistoryStore()
|
|||
MaxCache = 16 * 1024;
|
||||
MaxReport = 1024;
|
||||
|
||||
OnWrite = nullptr;
|
||||
OnReport = nullptr;
|
||||
OnStore = nullptr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue