Add msising ACPFinalize

This commit is contained in:
Maschell 2025-01-04 18:39:45 +01:00
parent 541b7e3861
commit 4a87b944c2

View File

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