aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'goto.cpp')
-rw-r--r--goto.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/goto.cpp b/goto.cpp
index 63ccc05..c64a896 100644
--- a/goto.cpp
+++ b/goto.cpp
@@ -36,9 +36,6 @@ class GotoTable : public RBTree {
run(void)
{
table->set(name, pc);
- g_free(name);
- name = NULL;
-
#ifdef DEBUG
table->dump();
#endif