commit | 177a16a8d1b2f146bf1208482fed72c783aa23d6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 15 20:04:22 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 15 20:08:16 2007 +0200 |
tree | 32807abf8f65dde49cf61be558caeb6628011bae | |
parent | f223cc0b5c847c40060cc764cc49ac0088903a9f [diff] |
[BUG] fix segfault on exit in new appsession code The new appsession code didn't like it when appsession_hash_destroy() was called with an empty hash table. Simply add the check.