variables, cp_vprint, fix a memory leak

This commit is contained in:
rlar 2016-08-05 21:45:22 +02:00
parent bc325b17c5
commit 939555115d
1 changed files with 1 additions and 0 deletions

View File

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