diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-06 21:13:00 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-06 21:13:00 +0000 |
commit | a8deb4ad5586a2b6a90957a610ad64c8e10e95f1 (patch) | |
tree | a157d0d35c9cbca914923fa3cd3e73076c9ea4c7 /protocols/Xfire/src/main.cpp | |
parent | 1b8647da361135909e3c8f459d8aaffc2475818f (diff) |
XFire:
- fix for a typo in r12294 (thx White-Tiger)
- fixed memory leaks
- minor other fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/main.cpp')
-rw-r--r-- | protocols/Xfire/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp index 15907ac515..a292edfa43 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -296,7 +296,6 @@ XFireClient::XFireClient(string username_, string password_, char protover, int client = new Client();
client->setGameResolver(new DummyXFireGameResolver());
client->protocolVersion = protover;
- avatarloader = new Xfire_avatar_loader(client);
this->useproxy = useproxy;
this->proxyip = proxyip;
this->proxyport = proxyport;
|