提交 c9a62117 编写于 作者: B bellard

memory leak fix (Juergen Keil)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1067 c046a42c-6fe2-441c-8c8c-71466251a162
上级 cf720db3
......@@ -315,6 +315,8 @@ if_start(void)
/* Encapsulate the packet for sending */
if_encap(ifm->m_data, ifm->m_len);
m_free(ifm);
if (if_queued)
goto again;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册