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:
jpark37 2020-01-04 09:46:09 -08:00
parent 8870676667
commit 2c10f237a0

View File

@ -965,6 +965,8 @@ void encoder_list_create()
da_push_back(vt_encoders, &enc);
#undef VT_DICTSTR
}
CFRelease(encoder_list);
}
void encoder_list_destroy()