diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-03-15 18:28:55 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-03-15 18:28:55 -0700 |
| commit | 00bb63d27708a9ba7f7e5abe04c88fa6e01149fa (patch) | |
| tree | de65b3bfb1a473600cc414d0f4be532ab3ceca69 | |
| parent | ced0004c87662060958250fb9e294b4f39906e24 (diff) | |
Debug error
| -rw-r--r-- | bp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -404,7 +404,7 @@ static int process_file(def_t *defs, const char *filename, pat_t *pattern) #ifdef DEBUG_HEAP if (recycle_all_matches() != 0) - errx("Memory leak: there should no longer be any matches in use at this point."); + errx(EXIT_FAILURE, "Memory leak: there should no longer be any matches in use at this point."); #endif destroy_file(&f); (void)fflush(stdout); |
