diff options
| author | jvoisin | 2021-05-08 17:14:46 +0200 |
|---|---|---|
| committer | jvoisin | 2021-05-08 17:14:46 +0200 |
| commit | 194b0bc9f0a4699854ea314ffa23e59f8082ddae (patch) | |
| tree | e4ff10b44a831bac57ebad21abef1258a5423020 /src/sp_config.h | |
| parent | ad623f1d78151dfe2eaee85e93ed1058be1c7f91 (diff) | |
Remove some memory-leaks
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index b06e8be..e7b1473 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -282,5 +282,6 @@ int parse_list(char *restrict, char *restrict, void *); | |||
| 282 | 282 | ||
| 283 | // cleanup | 283 | // cleanup |
| 284 | void sp_disabled_function_list_free(sp_list_node *); | 284 | void sp_disabled_function_list_free(sp_list_node *); |
| 285 | void sp_cookie_list_free(sp_list_node *); | ||
| 285 | 286 | ||
| 286 | #endif /* SP_CONFIG_H */ | 287 | #endif /* SP_CONFIG_H */ |
