commit | 980ddfdfb740107ce8d9db3f8679d235af757412 | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian@centricular.com> | Thu Sep 21 14:40:06 2017 +0300 |
committer | Sebastian Dröge <sebastian@centricular.com> | Thu Sep 21 14:40:06 2017 +0300 |
tree | ca5dad79158fe688524dd962b7b4572b6292217e | |
parent | 275592927b94c5fa2eb27e2c46fd1fdcfbee016c [diff] |
decklink: Free the correct memory in our own buffer pool The buffer itself is 128 bytes into the allocated memory area, to be able to store the size and other metadata before it. Freeing the buffer directly will make malloc moderately unhappy.