-
window.safeApp.free(appHandle)
Does this also free other handles (ie mutable data, NFS, file etc) or do they have to be explicitly free’d? -
safeNfs.open()
…returns a new file handle. If it was given an existing file handle, does that get freed by this operation or does it remain valid?
1 Like