diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ int main(int argc, char **argv) { syslog(LOG_DEBUG, "args: %s\n", str); + closelog(); free(str); return 0; |
![]() |
index : cgit_auth | |
| Authentication mechanism for cgit | hybrid |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | src/main.c | 1 |
@@ -25,6 +25,7 @@ int main(int argc, char **argv) { syslog(LOG_DEBUG, "args: %s\n", str); + closelog(); free(str); return 0; |