2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Fix pnUUID compilation on Linux

This commit is contained in:
2012-02-09 21:29:23 -08:00
parent 77cd055a27
commit 247749934b
3 changed files with 2 additions and 7 deletions

View File

@ -1129,8 +1129,8 @@ void StatusCallback(void *param)
}
}
delete [] statusUrl;
curl_easy_cleanup(hCurl);
delete [] statusUrl;
s_statusEvent.Signal();
}