[dev] [st] [PATCH 1/3] Remove 'titles' variable.

2015-04-13 Thread noname
We do not free it until exit anyway. --- st.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/st.c b/st.c index b2bcfe9..867744a 100644 --- a/st.c +++ b/st.c @@ -4021,7 +4021,6 @@ usage(void) { int main(int argc, char *argv[]) { - char *titles; uint

Re: [dev] [st] [PATCH 1/3] Remove 'titles' variable.

2015-04-13 Thread Roberto E. Vargas Caballero
Applied, thanks.