pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d28cf7
)
fixing memoryleak.
author
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 19:58:35 +0000
(21:58 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 19:58:35 +0000
(21:58 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
86082ef
..
cd80c21
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-144,9
+144,10
@@
void
cleanup(void) {
while(clients)
destroyclient(clients);
- g_free(stylefile);
- g_free(scriptfile);
+ g_free(cookiefile);
g_free(dldir);
+ g_free(scriptfile);
+ g_free(stylefile);
}
void