Fix T7590, crash on cancel
* src/oomhelp.cpp: fix return for get_unique_id_s if no uuid is found
return std::string() instead of std::string(val) as val is always null here