diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_treelist.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_treelist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_treelist.cpp b/protocols/JabberG/src/jabber_treelist.cpp index 1f05b48a2b..1c3059e9d7 100644 --- a/protocols/JabberG/src/jabber_treelist.cpp +++ b/protocols/JabberG/src/jabber_treelist.cpp @@ -71,6 +71,7 @@ struct TTreeList_Data filter = NULL;
mode = TLM_TREE;
root = NULL;
+ hItemSelected = NULL;
}
~TTreeList_Data()
{
|