(varobj_update): Free temporary vectors.

This commit is contained in:
Nick Roberts 2007-02-27 23:27:47 +00:00
parent 1bbfb19a4d
commit 93b979d682

View File

@ -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