AQUI icon indicating copy to clipboard operation
AQUI copied to clipboard

NFetchRequest object leaked

Open malhal opened this issue 1 year ago • 0 comments

I noticed a NFetchRequest object is leaked here:

https://github.com/AlanQuatermain/AQUI/blob/e1ced4a69915556a9af4c15791bb83eccc33e5b8/Sources/AQUI/MutableFetchRequest.swift#L72

Which will happen every time a View containing this property wrapper is re-init.

malhal avatar Oct 18 '24 10:10 malhal