1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 14:33:14 +02:00

Various small UnrealDB fixes

This commit is contained in:
Bram Matthys
2021-05-04 08:36:45 +02:00
parent 576f8b1aae
commit 282162b4aa
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -522,6 +522,7 @@ int reputation_load_db_new(UnrealDB *db)
e->score = score;
e->last_seen = last_seen;
add_reputation_entry(e);
safe_free(ip);
}
unrealdb_close(db);
#ifdef BENCHMARK