> On Jun 9, 2015, at 3:29 PM, Ben Pfaff wrote:
>
> On Tue, Jun 09, 2015 at 03:25:07PM -0700, Jarno Rajahalme wrote:
>> Commit () fixed the memory leak when a rule is deleted, but failed to
>> do the same when all rules in a bridge are deleted just before the
>> bridge itself is deleted.
>>
>> T
On Tue, Jun 09, 2015 at 03:25:07PM -0700, Jarno Rajahalme wrote:
> Commit () fixed the memory leak when a rule is deleted, but failed to
> do the same when all rules in a bridge are deleted just before the
> bridge itself is deleted.
>
> This patch adds the necessary unref to ofproto_rule_delete()
Commit () fixed the memory leak when a rule is deleted, but failed to
do the same when all rules in a bridge are deleted just before the
bridge itself is deleted.
This patch adds the necessary unref to ofproto_rule_delete().
Signed-off-by: Jarno Rajahalme
---
ofproto/ofproto.c |7 ++-
1