aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-30 23:34:32 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-30 23:34:32 +0100
commit17ab23f1f06ed11602c883dd5fce406fd10637db (patch)
tree821059c168ebb59f853a86f77d471128c1c14138 /src/main.cpp
parentc6aac264fa8001ff5e55e5ac6f56289ff0a755ee (diff)
Const Aggregate Literals for IR; Module path fix
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3e1398fb1..9982f6b68 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -118,8 +118,7 @@ int main(int argc, char **argv) {
init_string_buffer_memory();
init_global_error_collector();
- String module_dir = get_module_dir(gb_heap_allocator());
- // defer (gb_free(gb_heap_allocator(), module_dir.text));
+ String module_dir = get_module_dir();
INIT_TIMER();