svn path=/trunk/boinc/; revision=871
This commit is contained in:
Seth Cooper 2003-02-06 05:36:03 +00:00
parent fae3fbad75
commit 6a74d051d2
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ int ACTIVE_TASK::start(bool first_time) {
// check for an error; if there is one, set error information for the currect result
if(win_error) {
gstate.report_project_error(*result, win_error, (LPTSTR)&lpMsgBuf,CLIENT_COMPUTING);
gstate.report_project_error(*result, win_error, (LPTSTR)&lpMsgBuf);
LocalFree(lpMsgBuf);
return -1;
}