Changeset 868c6b8 for src/utils/hist.c


Ignore:
Timestamp:
Dec 19, 2018, 6:16:29 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/constantq
Children:
dfe6ab6
Parents:
f87e191 (diff), fda3394 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/constantq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/hist.c

    rf87e191 r868c6b8  
    4444  smpl_t accum = step;
    4545  uint_t i;
     46  if ((sint_t)nelems <= 0) {
     47    AUBIO_FREE(s);
     48    return NULL;
     49  }
    4650  s->nelems = nelems;
    4751  s->hist = new_fvec(nelems);
Note: See TracChangeset for help on using the changeset viewer.