Browse Source

variables, cp_vprint, fix a memory leak

pre-master-46
rlar 10 years ago
parent
commit
939555115d
  1. 1
      src/frontend/variable.c

1
src/frontend/variable.c

@ -940,6 +940,7 @@ cp_vprint(void)
}
}
free_struct_variable(uv1);
tfree(vars);
}

Loading…
Cancel
Save