mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
(varobj_update): Free temporary vectors.
This commit is contained in:
@ -1142,6 +1142,9 @@ varobj_update (struct varobj **varp, struct varobj ***changelist)
|
|||||||
}
|
}
|
||||||
*cv = 0;
|
*cv = 0;
|
||||||
|
|
||||||
|
VEC_free (varobj_p, stack);
|
||||||
|
VEC_free (varobj_p, result);
|
||||||
|
|
||||||
if (type_changed)
|
if (type_changed)
|
||||||
return TYPE_CHANGED;
|
return TYPE_CHANGED;
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user