fix memory leak

This commit is contained in:
Jfreegman 2013-08-10 16:28:40 -04:00
parent 216efc91a5
commit 401cbeff37

View File

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