mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
mac-vth264: Fix encoder list leak
Instruments claims there are still more around here, but they look internal with my limited Mac knowledge.
This commit is contained in:
@@ -965,6 +965,8 @@ void encoder_list_create()
|
||||
da_push_back(vt_encoders, &enc);
|
||||
#undef VT_DICTSTR
|
||||
}
|
||||
|
||||
CFRelease(encoder_list);
|
||||
}
|
||||
|
||||
void encoder_list_destroy()
|
||||
|
||||
Reference in New Issue
Block a user