1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-06 05:17:56 +02:00

fix memory leak

This commit is contained in:
Jfreegman 2013-08-10 16:28:40 -04:00
parent d99e8c9926
commit 35f7ba210d

View File

@ -131,6 +131,6 @@ int create_user_config_dir(char *path)
}
#endif
free(fullpath);
return 0;
}