diff options
| author | Ben Winston | 2025-11-11 14:24:42 -0500 |
|---|---|---|
| committer | Ben Winston | 2025-11-11 14:25:21 -0500 |
| commit | fdb0c375be54b3eb0e104480cde41f0626f85384 (patch) | |
| tree | 9d989093402855522f5aada56233a9752ad8e8a7 /later.c | |
| parent | 474765bfdf08a18d1bfd7f29a747bd5b29d4b9dc (diff) | |
debug build (thanks asan!)
Diffstat (limited to 'later.c')
| -rw-r--r-- | later.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ int main(int argc, char** argv) { if (argi == argc) { printf("unrecognized arguments\n"); + free(file); return 1; } |
