Isolate a few more string leakage cases.
This commit is contained in:
@ -54,7 +54,7 @@ char *SharedKey = NULL;
|
||||
*/
|
||||
void cleanup(void)
|
||||
{
|
||||
std::string fname = dGethomedir() + "/"s + dotDILLO_DPID_COMM_KEYS;
|
||||
std::string fname = dGethomedir_string().value() + "/"s + dotDILLO_DPID_COMM_KEYS;
|
||||
unlink(fname.c_str());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user