diff options
| author | Albert Cervin <albert@acervin.com> | 2023-05-09 22:51:57 +0200 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2023-05-09 22:51:57 +0200 |
| commit | 5a5ec57d8521a5aa7317d2658ead95b8e2fde5b9 (patch) | |
| tree | 4097ded91a3e9f708903ddd066464bb0779513e0 /src/main/main.c | |
| parent | 1d8b5da24db92f9598cd6aeb59d283ae39024349 (diff) | |
| download | dged-5a5ec57d8521a5aa7317d2658ead95b8e2fde5b9.tar.gz dged-5a5ec57d8521a5aa7317d2658ead95b8e2fde5b9.tar.xz dged-5a5ec57d8521a5aa7317d2658ead95b8e2fde5b9.zip | |
Finish buflist implementation
Also fix tests and man page install.
Diffstat (limited to 'src/main/main.c')
| -rw-r--r-- | src/main/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/main.c b/src/main/main.c index cd36733..3858682 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -348,5 +348,7 @@ int main(int argc, char *argv[]) { buffer_static_teardown(); settings_destroy(); + VEC_DESTROY(&g_watched_files); + return 0; } |
