commit | 2bc6f59b232ae59bc7028ad14b25d79aa00bb5d2 | [log] [tgz] |
---|---|---|
author | Jean-Christophe DUBOIS <jcd@tribudubois.net> | Sun Nov 15 19:18:20 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Dec 02 08:57:43 2009 -0600 |
tree | 1aad6b8974ad17a103ef8701c2b396f1fbdde90b | |
parent | 834fac78d4b7e68303d95c991862bc9fbf6e968c [diff] |
Fix qemu_malloc/qemu_free use in rtl8139.c rtl8139.c is using malloc()/free() instead of qemu_malloc()/qemu_free(). Fix it. Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>