Changes in tests/src/test-delnull.c [7e35b37:c0916f2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-delnull.c
r7e35b37 rc0916f2 1 1 #include <stdlib.h> 2 2 #include <aubio.h> 3 4 // Because aubio does not check for double free, this program will crash. 5 // Programs that call these functions should check for null pointers. 3 6 4 7 int main ()
Note: See TracChangeset
for help on using the changeset viewer.