From 837ce2523fb0b81a8548624d204c857438c647ec Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 30 Jan 2015 15:14:46 -0500 Subject: Mention that create_child takes ownership of the allocated name gdb/ChangeLog: * varobj.c (create_child): Modify comment. --- gdb/varobj.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gdb/varobj.c') diff --git a/gdb/varobj.c b/gdb/varobj.c index 0daef91..76bf495 100644 --- a/gdb/varobj.c +++ b/gdb/varobj.c @@ -2043,7 +2043,10 @@ uninstall_variable (struct varobj *var) } -/* Create and install a child of the parent of the given name. */ +/* Create and install a child of the parent of the given name. + + The created VAROBJ takes ownership of the allocated NAME. */ + static struct varobj * create_child (struct varobj *parent, int index, char *name) { -- cgit v1.1