]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/WOMessage.m
fixed makefiles to search FHS locations at the last resort
[sope] / sope-appserver / NGObjWeb / WOMessage.m
index 3f9f66e423276b6dbd5c9a57e1755d44859d3b8b..e3fb0019051427b9df160e22c98eb97d11911972 100644 (file)
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include <NGObjWeb/WOMessage.h>
 #include <NGExtensions/NGHashMap.h>
@@ -80,7 +79,7 @@ static __inline__ NSMutableData *_checkBody(WOMessage *self) {
 }
 
 + (int)version {
-  return 4;
+  return 5;
 }
 
 + (void)setDefaultEncoding:(NSStringEncoding)_encoding {
@@ -110,6 +109,7 @@ static __inline__ NSMutableData *_checkBody(WOMessage *self) {
 }
 
 - (void)dealloc {
+  [self->domCache      release];
   [self->contentStream release];
   [self->cookies  release];
   [self->version  release];