aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--badroff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/badroff.c b/badroff.c
index ab6fb69..7134261 100644
--- a/badroff.c
+++ b/badroff.c
@@ -343,6 +343,7 @@ char* line(void){
} else {
out = norm();
}
+ free(twobytes);
nbspsub(out);
return out;
}