mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-10 14:25:12 +00:00
The possible memory leak was introduced by commit
7fce2462a0
If mevent add fails in virtio mei, the resource allocated doesn't
be released. This patch fix this memory leak issue.
Tracked-On: #1877
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>