Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jul 31, 2024
1 parent 413555b commit 06b933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/endpoints_types_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void aws_endpoints_scope_value_destroy(struct aws_endpoints_scope_value *scope_v
return;
}
aws_string_destroy(scope_value->name.string);

aws_endpoints_value_clean_up(&scope_value->value);
aws_mem_release(scope_value->allocator, scope_value);
}
Expand Down

0 comments on commit 06b933a

Please sign in to comment.