summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Daede <daede003@umn.edu>2019-01-28 17:39:24 -0800
committerThomas Daede <daede003@umn.edu>2019-01-28 17:39:24 -0800
commit9eadeccdc4247127d91ac70555074239f5ce3529 (patch)
tree9b6655d533f38c0d6ed27b35f46f66e8b3b2e5f7 /lib
parentf0761cde7af9ee803b76ccac920675f333afc321 (diff)
downloadlibvorbis-git-9eadeccdc4247127d91ac70555074239f5ce3529.tar.gz
Don't leak memory in test_sharedbook to please asan.
Diffstat (limited to 'lib')
-rw-r--r--lib/sharedbook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sharedbook.c b/lib/sharedbook.c
index 3e04b66e..cecfcbcb 100644
--- a/lib/sharedbook.c
+++ b/lib/sharedbook.c
@@ -581,6 +581,7 @@ void run_test(static_codebook *b,float *comp){
exit(1);
}
}
+ free(out);
}
int main(){