]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs: Really fix memory leak in mood_load().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 Jun 2023 21:05:10 +0000 (23:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 Jun 2023 21:05:10 +0000 (23:05 +0200)
The previous fix was insufficient as we also have to destroy the
score table in the success case, so move the freeing to destroy_mood().

Fixes: bb0aec0963b1b2da617aebda26deca576684436c

No differences found