slackbuilds_ponce/accessibility/svox/dont_try_to_free_argv.diff
B. Watson 25a8eead00 accessibility/svox: Added (small footprint text-to-speech engine).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-06-17 22:23:45 +01:00

12 lines
423 B
Diff

diff -Naur svox-1.0+git20130326/pico/bin/pico2wave.c svox-1.0+git20130326.patched/pico/bin/pico2wave.c
--- svox-1.0+git20130326/pico/bin/pico2wave.c 2018-06-17 02:50:56.203338391 -0400
+++ svox-1.0+git20130326.patched/pico/bin/pico2wave.c 2018-06-17 03:00:01.026324549 -0400
@@ -371,8 +371,6 @@
pico_terminate(&picoSystem);
picoSystem = NULL;
}
- if (text)
- free(text);
exit(ret);
}