mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 02:53:02 +01:00
fix memory leak
This commit is contained in:
parent
d99e8c9926
commit
35f7ba210d
@ -131,6 +131,6 @@ int create_user_config_dir(char *path)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
free(fullpath);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user