Fix double-free in edit functionality (double-closing file handle).
This commit is contained in:
parent
a1333db427
commit
fb652eee30
@ -1 +1 @@
|
|||||||
const PTK_VERSION* = "1.0.2"
|
const PTK_VERSION* = "1.0.3"
|
1
ptk.nim
1
ptk.nim
@ -144,6 +144,7 @@ proc edit(mark: var Mark): void =
|
|||||||
# notes for this timeline mark.""")
|
# notes for this timeline mark.""")
|
||||||
|
|
||||||
close(tempFile)
|
close(tempFile)
|
||||||
|
tempFile = nil
|
||||||
|
|
||||||
discard os.execShellCmd "$EDITOR " & tempFileName & " </dev/tty >/dev/tty"
|
discard os.execShellCmd "$EDITOR " & tempFileName & " </dev/tty >/dev/tty"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Personal Time Keeper"
|
description = "Personal Time Keeper"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user