diff --git a/fetchy.c b/fetchy.c index ab11fd4..56337be 100644 --- a/fetchy.c +++ b/fetchy.c @@ -74,6 +74,7 @@ int main(int argc, char *argv[]){ free(os_name); free(uptime); + free(kern_name); return 0; } @@ -234,4 +235,4 @@ char *LOGO[] = { " ▟███▀▘ ▝▀███▙ ", " ▟▛▀ ▀▜▙ " }; -*/ \ No newline at end of file +*/