mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
[AltDaemon] Adds explicit autoreleasepool to main.swift
This commit is contained in:
@@ -8,5 +8,7 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
ConnectionManager.shared.start()
|
autoreleasepool {
|
||||||
RunLoop.current.run()
|
ConnectionManager.shared.start()
|
||||||
|
RunLoop.current.run()
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user