hunting memory leaks

+  table.setAutoDelete(true);

svn path=/trunk/kdebase/konsole/; revision=68588
wilder-portage
Stephan Kulow 26 years ago
parent 3767f57e04
commit b2eb0b635c
  1. 1
      src/keytrans.C

@ -64,6 +64,7 @@ QString KeyTrans::KeyEntry::text()
KeyTrans::KeyTrans()
{
table.setAutoDelete(true);
path = "";
numb = 0;
}

Loading…
Cancel
Save