ref: c0916f2911ba739e57f6f0a9b667db5ba27a7f5b
parent: 733aea272f1808d79a86cba5d89aa31b2ff64873
author: Paul Brossier <piem@piem.org>
date: Mon Sep 30 04:52:05 EDT 2013
tests/src/test-delnull.c: add comment
--- a/tests/src/test-delnull.c
+++ b/tests/src/test-delnull.c
@@ -1,6 +1,9 @@
#include <stdlib.h>
#include <aubio.h>
+// Because aubio does not check for double free, this program will crash.
+// Programs that call these functions should check for null pointers.
+
int main ()
{
del_fvec(NULL);