]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitab4c39c7cd1c6d2b03cedf5d83521c746433367b
tree12185e4cec1c32324c21f4166aea29b088b8509c
parentbb0aec0963b1b2da617aebda26deca576684436c
afs: Really fix memory leak in mood_load().

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
mood.c