variables, cp_vprint, fix a memory leak

This commit is contained in:
rlar 2016-08-05 21:45:22 +02:00
parent 44d55cadb7
commit 6d6df3fff6
1 changed files with 1 additions and 0 deletions

View File

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