You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current method, the invocationBlock creates a Handle(withCPPHandle: cppHandle, database: self) which strongly references self, leading to the database not being released.
The text was updated successfully, but these errors were encountered:
The language of WCDB
Swift
The version of WCDB
The platform of WCDB
iOS
The installation of WCDB
Cocoapods
What's the issue?
In the current method, the
invocationBlock
creates aHandle(withCPPHandle: cppHandle, database: self)
which strongly referencesself
, leading to thedatabase
not being released.The text was updated successfully, but these errors were encountered: