Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/aubioclass.py

    rcea30b8 r2a00568  
    7474        aubio_onsetdetection(self.od,tc(),tf())
    7575    def __del__(self):
    76         aubio_onsetdetection_free(self.od)
     76        del_aubio_onsetdetection(self.od)
    7777
    7878class peakpick:
Note: See TracChangeset for help on using the changeset viewer.