Don't leak memory in test_sharedbook to please asan.
[platform/upstream/libvorbis.git] / lib / sharedbook.c
index 3e04b66..cecfcbc 100644 (file)
@@ -581,6 +581,7 @@ void run_test(static_codebook *b,float *comp){
       exit(1);
     }
   }
+  free(out);
 }
 
 int main(){