1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:36:37 +02:00

Some windows fixes from the Anope::string commit

This commit is contained in:
Adam
2010-07-27 02:03:10 -04:00
parent 57bb759305
commit d4048134af
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ static int moduleCopyFile(const Anope::string &name, Anope::string &output)
return MOD_ERR_FILE_IO;
}
output = tmp_output;
delete [] tmp_output;
free(tmp_output); // XXX
Alog(LOG_DEBUG) << "Runtime module location: " << output;