Skip to content
  • Daniel Sonck's avatar
    Fix memory leak in opusJni · dd368283
    Daniel Sonck authored
    - Match the "new[]" with a "delete[]"
    - Remove some unused variables
    - Make use of the "opus_decoder_create" function
    dd368283