Add msising ACPFinalize

This commit is contained in:
Maschell 2025-01-04 18:39:45 +01:00
parent f221738e6c
commit 58cd12d386

View File

@ -76,6 +76,7 @@ std::string GetSanitizedNameOfCurrentApplication() {
} else {
result.clear();
}
ACPFinalize();
return result;
}