particle/ramp: call particle_default_destroy()

This commit is contained in:
Daniel Eklöf 2018-12-26 21:35:24 +01:00
parent 20fb0c37b5
commit ce85ccda56

View file

@ -23,7 +23,7 @@ particle_destroy(struct particle *particle)
free(ramp->tag);
free(ramp->particles);
free(ramp);
free(particle);
particle_default_destroy(particle);
}
static struct exposable *