mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Wasn't clearing out hash table after flushing its contents to the db.
This commit is contained in:
parent
26ef0a94a2
commit
f25091afa7
@ -79,6 +79,7 @@ sub Flush {
|
||||
Query("insert into stats (id, date, count) values ($id, '$date', $count)");
|
||||
}
|
||||
}
|
||||
undef %counts;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user