]> git.ipfire.org Git - thirdparty/bird.git/commit
BMP: Add some missing bmp_buffer_free() calls
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 15 Apr 2021 16:32:47 +0000 (18:32 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 16 Apr 2023 18:06:02 +0000 (20:06 +0200)
commit3925e65938e7c778f650d62a721dec7a66c19ab3
tree7c5c389d0feae117758429b50b50da0491812ac1
parent4d56b70dc5facdf4b839b76bf80c93856bcbb121
BMP: Add some missing bmp_buffer_free() calls

They were inadvertently removed during recent code refactoring.

Thanks to Dawid Macek for the bugreport and patch.
proto/bmp/bmp.c