Browse code

htmlnorm: cid #11441

David Raynor authored on 2013/08/12 23:41:42
Showing 1 changed files
... ...
@@ -773,6 +773,7 @@ static int cli_html_normalise(int fd, m_area_t *m_area, const char *dirname, tag
773 773
 			case HTML_BAD_STATE:
774 774
 				/* An engine error has occurred */
775 775
 				cli_dbgmsg("HTML Engine Error\n");
776
+				free(line);
776 777
 				goto abort;
777 778
 			case HTML_SKIP_WS:
778 779
 				if (isspace(*ptr)) {