Skip to content

Commit

Permalink
(sparql_token_free): Free langtag name
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Sep 25, 2023
1 parent b03a6df commit 7058f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparql_lexer.l
Original file line number Diff line number Diff line change
Expand Up @@ -1874,6 +1874,7 @@ sparql_token_free(rasqal_world* world, int token, YYSTYPE *lval)
case IDENTIFIER:
case BLANK_LITERAL:
case PREFIX:
case LANGTAG:
RASQAL_FREE(char*, lval->name);
break;
case QNAME_LITERAL:
Expand Down

0 comments on commit 7058f77

Please sign in to comment.