mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
25a8eead00
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
12 lines
423 B
Diff
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);
|
|
}
|
|
|