<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,6 +16,16 @@
 @dynamic loaded,inProgress;
 #endif
 
+- (void) dealloc
+{
+    [user release];
+    [username release];
+    [tags release];
+    
+    [super dealloc];
+}
+
+
 #pragma mark Public
 
 - (id) init {</diff>
      <filename>DWJournal.m</filename>
    </modified>
    <modified>
      <diff>@@ -26,6 +26,14 @@
 @dynamic securityLevel;
 #endif
 
+- (void) dealloc
+{
+    [name release];
+    [securityLevel release];
+    [super dealloc];
+}
+
+
 -(void)setName:(NSString *)_value {
     [self willChangeValueForKey:@&quot;name&quot;];
     [_value retain];</diff>
      <filename>DWTag.m</filename>
    </modified>
    <modified>
      <diff>@@ -48,6 +48,21 @@
 @dynamic fullName, userpics, defaultUserpic, journals;
 #endif
 
+-(void)dealloc {
+    [md5Password release];
+    [endpointURL release];
+    
+    [faultCode release];
+    [faultString release];
+    
+    [fullName release];
+    [userpics release];
+    [defaultUserpic release];
+    [journals release];
+    
+    [super dealloc];
+}
+
 #pragma mark Public
 
 +(DWUser *)userWithUsername:(NSString *)username andPassword:(NSString *)password {</diff>
      <filename>DWUser.m</filename>
    </modified>
    <modified>
      <diff>@@ -17,6 +17,13 @@
 @dynamic url, keywords;
 #endif
 
+-(void)dealloc {
+    [url release];
+    [keywords release];
+    
+    [super dealloc];
+}
+
 - (id) initWithURL:(NSURL *)_url {
     self = [super init];
     if (self != nil) {</diff>
      <filename>DWUserpic.m</filename>
    </modified>
    <modified>
      <diff>@@ -53,6 +53,17 @@ static BOOL _synchronous;
 @dynamic request, complete, failed;
 #endif
 
+-(void)dealloc
+{
+    [user release];
+    [method release];
+    [args release];
+    
+    [request release];
+    
+    [super dealloc];
+}
+
 +(BOOL)synchronous {
     return _synchronous;
 }</diff>
      <filename>DWXMLRPCRequest.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9304512057501f0b2d5dcd2d16873392faa9fa6f</id>
    </parent>
  </parents>
  <author>
    <name>Andrea Nall</name>
    <email>anall@andreanall.com</email>
  </author>
  <url>http://github.com/anall/dreamwidth-cocoa/commit/f1f114d1917696bfedc047cc148ac87de4c3d86d</url>
  <id>f1f114d1917696bfedc047cc148ac87de4c3d86d</id>
  <committed-date>2009-05-16T23:30:32-07:00</committed-date>
  <authored-date>2009-05-16T23:30:32-07:00</authored-date>
  <message>Part 2 of 10.4 compat (should dealloc everything)</message>
  <tree>4d87bc2bba2043d72fceeea5c6090cd547b63ea9</tree>
  <committer>
    <name>Andrea Nall</name>
    <email>anall@andreanall.com</email>
  </committer>
</commit>
