Check for memory leaks
To check for memory leaks in Fesslix execute Valgrind and run Fesslix with the option --leak-check, e.g.:
Terminal
valgrind --tool=memcheck --leak-check=full ./fesslix --leak-check
Of course, you have to specify some more options for Fesslix.
Be aware of
Running Fesslix with the option --leak-check results in:
- The home directory of the user is not determined. Therefore, the local configuration file will not be checked.