Daniel P. Berrange
|
bf79e90f3a
|
Fix memory leak in OOM cleanup
|
2008-07-07 09:52:26 +00:00 |
|
Daniel P. Berrange
|
b0bcffda3b
|
Misc OOM / memory leak fixes
|
2008-05-29 15:28:28 +00:00 |
|
Daniel P. Berrange
|
4ffb0358de
|
Added safer lowlevel memory allocation APis. Converted hash.c and capabilities.c to use them
|
2008-04-28 21:44:54 +00:00 |
|
Daniel P. Berrange
|
642b26fab2
|
Change virBuffer API to prevent common usage errors. Update all users of APIs
|
2008-04-28 15:14:59 +00:00 |
|
Jim Meyering
|
dc42a9d2de
|
remove Vim and Emacs variable settings from C source files
Done with these commands:
git grep -l Local.variab|xargs \
perl -0x3b -pi -e 's,\n+/\*\n \* vim:(.|\n)*,\n,'
git grep -l Local.variab|xargs \
perl -0x3b -pi -e 's,\n+/\*\n \* Local variables:\n(.|\n)*,\n,'
|
2008-04-10 16:53:29 +00:00 |
|
Daniel Veillard
|
65c4379c53
|
* src/capabilities.c: Cole Robinson pointed out a well formedness
problem when generating the capabilities in the test driver.
Daniel
|
2008-03-03 20:21:21 +00:00 |
|
Jim Meyering
|
1de5bace80
|
Plug two leaks: host.migrateTrans and arch.name
* src/capabilities.c (virCapabilitiesFree): Free host.migrateTrans.
(virCapabilitiesFreeGuest): Free arch.name member.
|
2008-03-03 13:15:14 +00:00 |
|
Jim Meyering
|
47a4c0fa0b
|
Plug virCapabilities*GuestDomain leak.
* src/capabilities.c (virCapabilitiesFreeGuestDomain): Free dom->type.
(virCapabilitiesAddGuestDomain): Remove duplicate strdup stmt.
|
2008-03-03 13:14:26 +00:00 |
|
Jim Meyering
|
d7cdc28431
|
Fix a "make syntax-check" failure.
* src/capabilities.c: Include <config.h> from the .c file,
* src/capabilities.h: ... not from the .h file.
|
2008-02-27 14:40:19 +00:00 |
|
Daniel P. Berrange
|
63bc5dd3e1
|
Add formal internal capabilities API and update drivers to use it
|
2008-02-27 04:35:08 +00:00 |
|