qt/MainForm.cpp: Unneeded variable removed (take it easy ;-) - furthermore it made...
commit08b6d1b53287191898541f55f40d12c40daa813d
authorPetr Kubiznak <kubiznak.petr@gmail.com>
Mon, 4 Apr 2011 08:04:29 +0000 (4 10:04 +0200)
committerPetr Kubiznak <kubiznak.petr@gmail.com>
Mon, 4 Apr 2011 08:04:29 +0000 (4 10:04 +0200)
treeb14364d349c367134a8efa4eec67ac23fb249843
parentd012a4c91a90245795a0c15d372aa18366bc483d
qt/MainForm.cpp: Unneeded variable removed (take it easy ;-) - furthermore it made the application unstable, because free(pom) tried to free ba.data(), not the allocated resources!
ui/qt/MainForm.cpp