soc.2009.transport: 19ccfab6: fixed memleak in handlePresence.

hanzz at soc.pidgin.im hanzz at soc.pidgin.im
Wed Jul 8 01:40:32 EDT 2009


-----------------------------------------------------------------
Revision: 19ccfab6a5c710a9aeaf4f97fcb41281915065ce
Ancestor: 459cb52d23b83d20086c35ecb780216a6c2e4d76
Author: hanzz at soc.pidgin.im
Date: 2009-07-08T05:36:50
Branch: im.pidgin.soc.2009.transport
URL: http://d.pidgin.im/viewmtn/revision/info/19ccfab6a5c710a9aeaf4f97fcb41281915065ce

Modified files:
        user.cpp

ChangeLog: 

fixed memleak in handlePresence.

-------------- next part --------------
============================================================
--- user.cpp	e31a82e9f58808666fcc1adc55dfe3b53e65175f
+++ user.cpp	1d2333356d169ad259deff883aaebcabb15a2a07
@@ -1232,8 +1232,8 @@ void User::receivedPresence(const Presen
 				p->j->send( tag );
 			}
 		}
+	}
 	delete stanzaTag;
-	}
 }
 
 User::~User(){


More information about the Commits mailing list