Update fetchy.c
This commit is contained in:
parent
b3cdd1e556
commit
404048c989
1 changed files with 2 additions and 1 deletions
3
fetchy.c
3
fetchy.c
|
@ -74,6 +74,7 @@ int main(int argc, char *argv[]){
|
||||||
|
|
||||||
free(os_name);
|
free(os_name);
|
||||||
free(uptime);
|
free(uptime);
|
||||||
|
free(kern_name);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -234,4 +235,4 @@ char *LOGO[] = {
|
||||||
" ▟███▀▘ ▝▀███▙ ",
|
" ▟███▀▘ ▝▀███▙ ",
|
||||||
" ▟▛▀ ▀▜▙ "
|
" ▟▛▀ ▀▜▙ "
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue