Fix use after free
authorSimo Sorce <simo@redhat.com>
Thu, 10 Apr 2014 05:22:46 +0000 (01:22 -0400)
committerSimo Sorce <simo@redhat.com>
Sat, 12 Apr 2014 22:18:38 +0000 (18:18 -0400)
On errors mc->ctx would be left pointing at the freed context,
make sure it is cleared if we delete the context.


No differences found