mirror of https://github.com/BOINC/boinc.git
Fix memory leak in the result handling
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@1668 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
d64647caa3
commit
f9354e7270
|
@ -76,6 +76,8 @@ DC_Result *_DC_createResult(const char *wu_name, int db_id,
|
||||||
"file %s to %s", upload_path,
|
"file %s to %s", upload_path,
|
||||||
workdir_path);
|
workdir_path);
|
||||||
}
|
}
|
||||||
|
g_free(workdir_path);
|
||||||
|
g_free(upload_path);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue