Skip to content

Commit

Permalink
- Memory leak fix
Browse files Browse the repository at this point in the history
git-svn-id: https://mpoauthconnection.googlecode.com/svn/trunk@127 a7fc5028-c6e7-11dd-bfe9-7982af55821d
  • Loading branch information
karl.adam committed Mar 1, 2010
1 parent 6380944 commit 9d50c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Framework/MPOAuthAuthenticationMethodAuthExchange.m
Expand Up @@ -90,6 +90,9 @@ - (void)_performedLoad:(MPOAuthAPIRequestLoader *)inLoader receivingData:(NSData
}

[self.oauthAPI setAuthenticationState:MPOAuthAuthenticationStateAuthenticated];

xmlFreeDoc(accessTokenXML);
xmlFreeParserCtxt(parserContext);
}

@end

0 comments on commit 9d50c93

Please sign in to comment.