(varobj_update): Free temporary vectors.
This commit is contained in:
parent
1bbfb19a4d
commit
93b979d682
@ -1142,6 +1142,9 @@ varobj_update (struct varobj **varp, struct varobj ***changelist)
|
||||
}
|
||||
*cv = 0;
|
||||
|
||||
VEC_free (varobj_p, stack);
|
||||
VEC_free (varobj_p, result);
|
||||
|
||||
if (type_changed)
|
||||
return TYPE_CHANGED;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user