projects
/
simpleserver-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb4e20
)
Do not sv_free session handle if close handler is called
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Jun 2004 17:00:55 +0000
(17:00 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Jun 2004 17:00:55 +0000
(17:00 +0000)
SimpleServer.xs
patch
|
blob
|
history
diff --git
a/SimpleServer.xs
b/SimpleServer.xs
index
16eb108
..
34cbb9a
100644
(file)
--- a/
SimpleServer.xs
+++ b/
SimpleServer.xs
@@
-1,5
+1,5
@@
/*
- * $Id: SimpleServer.xs,v 1.32 2004-06-07 16:48:38 adam Exp $
+ * $Id: SimpleServer.xs,v 1.33 2004-06-07 17:00:55 adam Exp $
* ----------------------------------------------------------------------
*
* Copyright (c) 2000-2004, Index Data.
@@
-1301,7
+1301,8
@@
void bend_close(void *handle)
sv_free((SV*) href);
}
- sv_free(zhandle->handle);
+ else
+ sv_free(zhandle->handle);
PUTBACK;
FREETMPS;
LEAVE;