Просмотр исходного кода

mac-vth264: Fix encoder list leak

Instruments claims there are still more around here, but they look
internal with my limited Mac knowledge.
jpark37 6 лет назад
Родитель
Сommit
2c10f237a0
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      plugins/mac-vth264/encoder.c

+ 2 - 0
plugins/mac-vth264/encoder.c

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