Skip to content

Commit 92adbff

Browse files
committed
AudioEffect
2 parents 15a7b5e + f3e3579 commit 92adbff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/AudioEffects/AudioEffect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class ADSRGain : public AudioEffect {
364364
copyParent((AudioEffect *)&ref);
365365
};
366366

367-
~ADSRGain(){
367+
virtual ~ADSRGain(){
368368
delete adsr;
369369
}
370370

tests/build-examples-log.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22

3+
../examples/examples-basic-api/base-adc-a2dp -> rc=0

0 commit comments

Comments
 (0)