Skip to content

Commit

Permalink
spd-say: Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Apr 1, 2024
1 parent 3460a92 commit 64c96c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/say/say.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ int main(int argc, char **argv)
printf("%25s%25s%25s\n", list[i]->name,
list[i]->language, list[i]->variant);
}
free_spd_voices(list);
} else {
printf("Failed to get voice list.\n");
}
Expand Down

0 comments on commit 64c96c6

Please sign in to comment.