tests/src/test-delnull.c: add comment
authorPaul Brossier <piem@piem.org>
Mon, 30 Sep 2013 13:52:05 +0000 (08:52 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 30 Sep 2013 15:18:50 +0000 (18:18 +0300)
tests/src/test-delnull.c

index 80604b9..96d472c 100644 (file)
@@ -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);