We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15a7b5e + f3e3579 commit 92adbffCopy full SHA for 92adbff
src/AudioEffects/AudioEffect.h
@@ -364,7 +364,7 @@ class ADSRGain : public AudioEffect {
364
copyParent((AudioEffect *)&ref);
365
};
366
367
- ~ADSRGain(){
+ virtual ~ADSRGain(){
368
delete adsr;
369
}
370
tests/build-examples-log.txt
@@ -1,2 +1,3 @@
1
2
3
+../examples/examples-basic-api/base-adc-a2dp -> rc=0
0 commit comments