
7 Feb
2013
7 Feb
'13
1:55 a.m.
On 2013年02月07日 05:35, John Ferlan wrote:
The 'virtPortInterfaceID' was not VIR_FREE()'d --- src/conf/netdev_vport_profile_conf.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/conf/netdev_vport_profile_conf.c b/src/conf/netdev_vport_profile_conf.c index 701e17e..47f51f9 100644 --- a/src/conf/netdev_vport_profile_conf.c +++ b/src/conf/netdev_vport_profile_conf.c @@ -198,6 +198,7 @@ cleanup: VIR_FREE(virtPortInstanceID); VIR_FREE(virtPortProfileID); VIR_FREE(virtPortType); + VIR_FREE(virtPortInterfaceID);
return virtPort;
ACK