]> git.tuebingen.mpg.de Git - paraslash.git/commit - afs.h
afs: Free status items on exit.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 3 Jan 2018 00:01:42 +0000 (01:01 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Mar 2018 02:28:57 +0000 (03:28 +0100)
commit958b4b6c54d1539a9e6683d3148a742c41760433
tree5f8fce527ac3047767222ed0288c9b410e7ed45f
parent07daa886fda65b868966c19e812c42433ffbfd5b
afs: Free status items on exit.

The server process frees the memory allocated for the status items
on exit but the afs process does not. To avoid the leak we have to
make free_status_items() public.
afs.c
afs.h
aft.c