mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 22:56:35 +01:00
fix memory leak
This commit is contained in:
@@ -129,8 +129,8 @@ int create_user_config_dir(char *path)
|
||||
free(fullpath);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
free(fullpath);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user