K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-12-06T08:38:14.087492Z K 7 svn:log V 391 Rule memory garbage collecting in new pf scans only states that are on id hash. If a state has been disconnected from id hash, its rule pointers can no longer be dereferenced, and referenced memory can't be modified. Thus, move rule statistics from pf_free_rule() to pf_unlink_rule() and update them prior to releasing id hash slot lock. Reported by: Ian FREISLICH END