Skip to content

Commit 25b0008

Browse files
committed
security: fixing ksurface_tty not removing from attached process
1 parent 9a151d2 commit 25b0008

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project
1010

1111
VERSION = 0.9.0
12-
BUILD_NUMBER = 20260224.98.US.seanistethered
12+
BUILD_NUMBER = 20260224.99.US.seanistethered

Nyxian/LindChain/ProcEnvironment/Surface/tty/attach.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ bool tty_proc_event_handler(kvobject_strong_t *kvo,
2828
switch(type)
2929
{
3030
case kvObjEventDeinit:
31+
{
32+
ksurface_tty_t *tty = (ksurface_tty_t*)pld;
33+
kvo_release(tty);
3134
return true;
35+
}
3236
default:
3337
return false;
3438
}

0 commit comments

Comments
 (0)