diff libpurple/protocols/msn/contact.c @ 28349:203839bc0f7c

Fix a leak, and a series of typos.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 08 Oct 2009 21:31:18 +0000
parents 534ff54568eb
children d213c8ad89da
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c	Thu Oct 08 19:15:31 2009 +0000
+++ b/libpurple/protocols/msn/contact.c	Thu Oct 08 21:31:18 2009 +0000
@@ -206,6 +206,7 @@
 		                   "Operation {%s} failed. No response received from server.\n",
 		                   msn_contact_operation_str(state->action));
 		msn_session_set_error(state->session, MSN_ERROR_BAD_BLIST, NULL);
+		msn_callback_state_free(state);
 		return;
 	}