- a lot of changes and features

This commit is contained in:
overtake 2017-04-28 11:31:00 +03:00
parent ffcee2cec0
commit 23bccb2d6d

View File

@ -751,7 +751,7 @@ public final class MediaBox {
}
}
case let .moveLocalFile(tempPath):
if let thisFd = thisFd {
if let thisFd = fd {
close(thisFd)
fd = nil
}