Opened 17 years ago
Closed 16 years ago
#8 closed defect (fixed)
useless memory allocation in aubio_pitchschmitt_detect
Reported by: | Paul Brossier | Owned by: | Paul Brossier |
---|---|---|---|
Priority: | normal | Milestone: | 0.3.3 |
Component: | corelib | Version: | 0.3.2 |
Severity: | blocker | Keywords: | |
Cc: |
Description
in source:aubio/src/pitch/pitchschmitt.c, around line 49, the variable buf should be allocated only once, in new_aubio_pitchschmitt.
thanks to Paul Dean for reporting this.
Note: See
TracTickets for help on using
tickets.
fixed in [aubio,580]