User Info screen

This commit is contained in:
Ali
2020-02-07 14:23:25 +00:00
parent f9ccae936a
commit e2071301c2
28 changed files with 7682 additions and 4769 deletions

View File

@@ -77,7 +77,7 @@ public class MemoryBuffer: Equatable, CustomStringConvertible {
data.copyBytes(to: self.memory.assumingMemoryBound(to: UInt8.self), count: data.count)
self.capacity = data.count
self.length = data.count
self.freeWhenDone = false
self.freeWhenDone = true
}
}