Free temporary certificate in setcert

This commit is contained in:
Quentin Rameau 2017-04-29 14:34:02 +02:00
parent 0d1e670ac3
commit db7922f173
1 changed files with 1 additions and 0 deletions

1
surf.c
View File

@ -789,6 +789,7 @@ setcert(Client *c, const char *uri)
webkit_web_context_allow_tls_certificate_for_host(
webkit_web_view_get_context(c->view), cert, host);
g_object_unref(cert);
free(host);
}