mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 12:35:41 +02:00
particle/list: call particle_default_destroy()
This commit is contained in:
parent
1427d6a98b
commit
f5123afc72
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ particle_destroy(struct particle *particle)
|
||||||
p->particles[i]->destroy(p->particles[i]);
|
p->particles[i]->destroy(p->particles[i]);
|
||||||
free(p->particles);
|
free(p->particles);
|
||||||
free(p);
|
free(p);
|
||||||
free(particle);
|
particle_default_destroy(particle);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct particle *
|
struct particle *
|
||||||
|
|
Loading…
Add table
Reference in a new issue