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