1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-10 17:34:07 +02:00

Cleanup resources from the uninstaller process

This commit is contained in:
chylex 2016-04-14 02:41:44 +02:00
parent 00341e984c
commit 74fec18146

View File

@ -145,6 +145,7 @@ private static bool BeginMigration(MigrationDecision decision, Action<Exception>
if (uninstaller != null){
uninstaller.WaitForExit(5000); // it appears that the process is restarted or something that triggers this, but it shouldn't be a problem
uninstaller.Close();
}
}