deClerambaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/mwparserfromhell/parser/ctokenizer/tok_parse.c
|
|
@@ -1770,6 +1770,7 @@ Tokenizer_really_parse_tag(Tokenizer *self) |
|
|
|
return NULL; |
|
|
|
} |
|
|
|
if (Tokenizer_check_route(self, LC_TAG_OPEN) < 0) { |
|
|
|
TagData_dealloc(data); |
|
|
|
return NULL; |
|
|
|
} |
|
|
|
if (Tokenizer_push(self, LC_TAG_OPEN)) { |
|
|
|