pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1e670
)
Free temporary certificate in setcert
author
Quentin Rameau
<quinq@fifth.space>
Sat, 29 Apr 2017 12:34:02 +0000
(14:34 +0200)
committer
Quentin Rameau
<quinq@fifth.space>
Sat, 29 Apr 2017 12:34:02 +0000
(14:34 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
fcaa506
..
88dfd75
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-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);
}