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