commit | e0d0b4089dd1c1dad94580de9de80985730da593 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 08 08:06:27 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 08 08:07:45 2019 +0200 |
tree | f036d084bf36bbfa2af00e264bae5a6ba7e1c6da | |
parent | 3b091f80aa66d538ea65a1fd7e60acfb37c5421a [diff] |
CLEANUP: buffer: replace b_drop() with b_free() Since last commit there's no point anymore in having two variants of the same function, let's switch to b_free() only. __b_drop() was renamed to __b_free() for obvious consistency reasons.