]> andersk Git - libfaim.git/blobdiff - aim_rxhandlers.c
- Thu Aug 31 23:40:23 UTC 2000
[libfaim.git] / aim_rxhandlers.c
index bf83e61b4488e948a8b5a405f3010e2abfd90877..aaeba3ba98c9da2fbcb150789bd1f3c0cb40301e 100644 (file)
@@ -674,6 +674,8 @@ int aim_parse_evilnotify_middle(struct aim_session_t *sess, struct command_rx_st
   if ((userfunc = aim_callhandler(command->conn, 0x0001, 0x0010)))
     ret = userfunc(sess, command, sn);
   
+  free(sn);
+
   return ret;
 }
 
This page took 0.128917 seconds and 4 git commands to generate.