Skip to content
Snippets Groups Projects
Commit 9958a12d authored by bigbes's avatar bigbes
Browse files

Fix for typo in commit a5ca6e

parent 414a99bb
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ void tc_printf(char *fmt, ...) {
if (stat == -1)
tc_error("Can't write into pager - %d", errno);
va_end(args);
if (!str)
if (str)
free(str);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment