summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-10-29 16:06:01 +0000
committerjbj <devnull@localhost>1999-10-29 16:06:01 +0000
commit1e0138188b4887431444d90395be0f2fac5c2db3 (patch)
tree921cdb01039a413878fd312ff4656c75dc32a4db /rpmio
parent0d0b405c201b43f2eebc61257f5992931e1cdb0c (diff)
downloadrpm-1e0138188b4887431444d90395be0f2fac5c2db3.tar.gz
check for memory leaks (almost all leaks are plugged).
CVS patchset: 3403 CVS date: 1999/10/29 16:06:01
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/macro.c b/rpmio/macro.c
index 24d4b5d71..2e650541e 100644
--- a/rpmio/macro.c
+++ b/rpmio/macro.c
@@ -1399,7 +1399,7 @@ rpmExpand(const char *arg, ...)
}
va_end(ap);
expandMacros(NULL, NULL, buf, sizeof(buf));
- return xstrdup(buf); /* XXX build memory leaks */
+ return xstrdup(buf);
}
int