Skip to content

Commit

Permalink
Release db before releasing scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Oct 20, 2023
1 parent e0ad270 commit 5526957
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public open class ConfigurationImpl(
val liveRealmReference = LiveRealmReference(realm, dbPointer)
val frozenReference = liveRealmReference.snapshot(realm)
liveRealmReference.close()
dbPointer.release()
frozenReference to fileCreated
}
}
Expand Down

0 comments on commit 5526957

Please sign in to comment.