coreaudio-encoder: Add missing da_free call

Fortunately this didn't actually leak memory since the function was
never called
This commit is contained in:
Palana
2015-07-02 10:03:23 +02:00
parent ae733230b7
commit 61dd42565c

View File

@@ -869,6 +869,7 @@ static void add_bitrates(obs_property_t *prop, ca_encoder *ca)
helper.bitrates.array[i]/1000);
}
dstr_free(&str);
da_free(helper.bitrates);
}
static obs_properties_t *aac_properties(void *data)