mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
particle/string: call particle_default_destroy()
This commit is contained in:
parent
ce85ccda56
commit
3aa6b21056
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ particle_destroy(struct particle *particle)
|
|||
font_destroy(p->font);
|
||||
free(p->text);
|
||||
free(p);
|
||||
free(particle);
|
||||
particle_default_destroy(particle);
|
||||
}
|
||||
|
||||
struct particle *
|
||||
|
|
Loading…
Add table
Reference in a new issue