Changeset f34e1a


Ignore:
Timestamp:
02/21/12 15:15:23 (3 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
Children:
799c25f98ee032ef9e67f2475b24691fcbd2e379c049b97a6454904cf4c23215c092c99cabcee15c
Parents:
0fda29f7a1833d82f7343e074ab806b58c5133f4
git-author:
Torbjörn Lönnemark <tobbez@ryara.net>2012-02-17 23:36:55+01:00
git-committer:
Micke Prag <micke.prag@telldus.se>2012-02-21 15:15:23+01:00
Message:

Fix Client::close to allow for reinitialization

Make sure Client::close cleans up properly to allow for reinitialization
of the Client class.

Closes #188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/client/Client.cpp

    r49b529 rf34e1a  
    6767        if (Client::instance != 0) { 
    6868                delete Client::instance; 
     69                Client::instance = 0; 
    6970        } 
    7071} 
Note: See TracChangeset for help on using the changeset viewer.