Merge pull request #7631 from mjstapp/fix_pw_ctx_leak

zebra: free dplane ctx after pw update
This commit is contained in:
Donald Sharp 2020-11-30 13:48:38 -05:00 committed by GitHub
commit d5ecf80558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3728,6 +3728,7 @@ static int handle_pw_result(struct zebra_dplane_ctx *ctx)
}
done:
dplane_ctx_fini(&ctx);
return 0;
}