Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak by freeing linked lists in recurrence rules
The function responsible for freeing a recurring appointment or event did not free the linked lists contained in the `struct rpt` holding the recurrence rules. This led to memory leaks if a user had recurring appointments or events. Found with ASAN. Signed-off-by: Max Kunzelmann <[email protected]> Signed-off-by: Lukas Fleischer <[email protected]>
- Loading branch information