]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: move the refcount decrease in the applet release
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 24 Nov 2017 13:33:55 +0000 (14:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 14:04:36 +0000 (15:04 +0100)
commitecb73b12c1d8bead2bcf5bf8d06647708a20070e
treeb021ef82311bfb0d2836b1a2eb48965c5ca572c1
parent49dc048c25d04357bcdebdefd197b47666bf14bc
MINOR: cache: move the refcount decrease in the applet release

Move the refcount decrease of the cache in the release callback of the
applet. We don't need to decrease it in the applet code.
src/cache.c