Skip to content

Commit

Permalink
removed deinit from hashmap for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
VisenDev committed Sep 25, 2024
1 parent 8d53895 commit 2a29d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/define.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn define(
comptime to_define: []const DefineEntry,
) !void {
var database = Database.init(alloc);
defer database.deinit();
//defer database.deinit();

inline for (to_define) |def| {
std.debug.print("defining: {any}\n", .{def.type});
Expand Down

0 comments on commit 2a29d99

Please sign in to comment.