Skip to content

Fix memory leak in opusJni

Daniel Sonck requested to merge development into alpha
  • Match the "new[]" with a "delete[]"
  • Remove some unused variables
  • Make use of the "opus_decoder_create" function

Merge request reports