Commit 005b42d14b4a6f87b92cd38761229444cb8554a7
1 parent
bf1d13f2
Exists in
master
and in
1 other branch
Removing debug point.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/terminal/colors.c
@@ -84,8 +84,6 @@ const gchar * v3270_get_default_colors() | @@ -84,8 +84,6 @@ const gchar * v3270_get_default_colors() | ||
84 | return default_colors; | 84 | return default_colors; |
85 | } | 85 | } |
86 | 86 | ||
87 | - exit(-1); | ||
88 | - | ||
89 | free(default_colors); | 87 | free(default_colors); |
90 | default_colors = NULL; | 88 | default_colors = NULL; |
91 | } | 89 | } |