Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 19, 2025
1 parent 0a21ecc commit 31326c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libponyc/type/matchtype.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ matchtype_t is_matchtype(ast_t* operand, ast_t* pattern, errorframe_t* errorf,

// TODO discuss with joe
if (consumed_pattern != pattern)
ast_free_unattached(consumed_pattern);
ast_free_unattached(consumed_pattern);

return rslt;
}
Expand Down

0 comments on commit 31326c0

Please sign in to comment.