On Thu, Mar 24, 2011 at 07:22:58PM -0700, Jesse Gross wrote:
> On Thu, Mar 24, 2011 at 5:07 PM, Ben Pfaff wrote:
> > The error path needs to free 'packet'.
> >
> > Signed-off-by: Ben Pfaff
>
> Good catch.
>
> Acked-by: Jesse Gross
Thanks, I pushed this.
___
On Thu, Mar 24, 2011 at 5:07 PM, Ben Pfaff wrote:
> The error path needs to free 'packet'.
>
> Signed-off-by: Ben Pfaff
Good catch.
Acked-by: Jesse Gross
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
The error path needs to free 'packet'.
Signed-off-by: Ben Pfaff
---
datapath/datapath.c | 24 +++-
1 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/datapath/datapath.c b/datapath/datapath.c
index 8a55001..e8ff4a5 100644
--- a/datapath/datapath.c
+++ b/datapat