X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fworm.c;h=5f645ac6d7bea71044a9c04f41657715da217ade;hp=92bdb254986719d46a2fb42c53a70a11ea14a260;hb=a924c24b2535cccdc0f5f991cd8ddcadcfa1f0d2;hpb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3 diff --git a/test/worm.c b/test/worm.c index 92bdb254..5f645ac6 100644 --- a/test/worm.c +++ b/test/worm.c @@ -61,7 +61,7 @@ Options: traces will be dumped. The program stops and waits for one character of input at the beginning and end of the interval. - $Id: worm.c,v 1.66 2016/09/17 21:12:30 tom Exp $ + $Id: worm.c,v 1.67 2017/04/09 00:27:42 tom Exp $ */ #include @@ -608,7 +608,7 @@ main(int argc, char *argv[]) Trace(("Cleanup")); cleanup(); -#ifdef NO_LEAKS +#if NO_LEAKS for (y = 0; y < max_refs; y++) { free(refs[y]); }