comparison src/protocols/oscar/conn.c @ 3023:26de71e80b49

[gaim-migrate @ 3036] Wow. A typo. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 08 Mar 2002 18:12:55 +0000
parents 9d11dbb33b6f
children 9682c0e022c6
comparison
equal deleted inserted replaced
3022:5f6ddad12b1d 3023:26de71e80b49
182 182
183 free(inside); 183 free(inside);
184 } 184 }
185 185
186 free(*deadconn); 186 free(*deadconn);
187 deadconn = NULL; 187 *deadconn = NULL;
188 188
189 return; 189 return;
190 } 190 }
191 191
192 /** 192 /**