mirror of
https://github.com/anope/anope.git
synced 2026-06-27 11:36:38 +02:00
The timestamp column in SQL should actually be null sometimes, and fixed some valgrind errors with db_sql_live
This commit is contained in:
+3
-2
@@ -88,10 +88,11 @@ void Serializable::Destroy()
|
||||
|
||||
void Serializable::QueueUpdate()
|
||||
{
|
||||
/* Check for modifications now */
|
||||
FOREACH_MOD(I_OnSerializeCheck, OnSerializeCheck(this->GetSerializableType()));
|
||||
/* Schedule updater */
|
||||
FOREACH_MOD(I_OnSerializableUpdate, OnSerializableUpdate(this));
|
||||
|
||||
/* Check for modifications now - this can delete this object! */
|
||||
FOREACH_MOD(I_OnSerializeCheck, OnSerializeCheck(this->GetSerializableType()));
|
||||
}
|
||||
|
||||
bool Serializable::IsCached(Serialize::Data *data)
|
||||
|
||||
Reference in New Issue
Block a user