tfree()
This commit is contained in:
parent
da470dc610
commit
c9fa0c60b7
|
|
@ -24,6 +24,8 @@ ISRCdestroy(GENmodel **inModel)
|
|||
oldmod = mod;
|
||||
prev = NULL;
|
||||
for(here = mod->ISRCinstances ; here ; here = here->ISRCnextInstance) {
|
||||
tfree(here->ISRCcoeffs);
|
||||
tfree(here->ISRC_state);
|
||||
if(prev) FREE(prev);
|
||||
prev = here;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ VSRCdestroy(GENmodel **inModel)
|
|||
oldmod = mod;
|
||||
prev = NULL;
|
||||
for(here = mod->VSRCinstances ; here ; here = here->VSRCnextInstance) {
|
||||
tfree(here->VSRCcoeffs);
|
||||
tfree(here->VSRC_state);
|
||||
if(prev) FREE(prev);
|
||||
prev = here;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue