commit | f6e2cc79d87a475c1b3e5049b1b178581121ff0e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 03 10:38:17 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 03 10:38:17 2010 +0200 |
tree | 11717f5e563ce92ec4887387ea36a41feab2f7bb | |
parent | f5a526f39fbbb4e366e514179094a3d5db9878d5 [diff] |
[BUG] deinit: unbind listeners before freeing them In deinit(), it is possible that we first free the listeners, then unbind them all. Right now this situation can't happen because the only way to call deinit() is to pass via a soft-stop which will already unbind all protocols. But later this might become a problem.