Skip to content

Commit 5dbdf83

Browse files
committed
removed unnecessary call to free
1 parent 9d122bd commit 5dbdf83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/browser/cssom/css_value_analyzer.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,6 @@ test "escapeCSSValue - control characters and Unicode" {
733733

734734
result = try CSSValueAnalyzer.escapeCSSValue(allocator, "test\"quote\nline\\back");
735735
try testing.expectEqual("\"test\\\"quote\\A line\\\\back\"", result);
736-
allocator.free(result);
737736
}
738737

739738
test "isValidPropertyName - CSS custom properties and vendor prefixes" {

0 commit comments

Comments
 (0)