[Rabbitus@localhost MyGuiD]$ valgrind --leak-check=full MyGui
==3424== Memcheck, a memory error detector for x86-linux.
==3424== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==3424== Using valgrind-2.4.0, a program supervision framework for x86-linux.
==3424== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==3424== For more details, rerun with: -v
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x870EF7: strstr (in /lib/libc-2.3.5.so)
==3424==    by 0xA5E6E7: __pthread_initialize_minimal (in /lib/libpthread-2.3.5.so)
==3424==    by 0xA5E297: (within /lib/libpthread-2.3.5.so)
==3424==    by 0xA5DE7F: (within /lib/libpthread-2.3.5.so)
==3424==    by 0x1B8F1B4A: call_init (in /lib/ld-2.3.5.so)
==3424==    by 0x1B8F1C6C: _dl_init (in /lib/ld-2.3.5.so)
==3424==    by 0x1B8E483E: (within /lib/ld-2.3.5.so)
------MyFrame::MyFrame------
------MyFrame::CreateMenuBar------
------MyFrame::CreateShutter------
------MyFrame::AddShutterItem------
------MyFrame::AddShutterItem------
------MyFrame::CreateShutterFrames------
------SubFrame::SubFrame------
------SubFrame::CreateShutterItemFrames------
------FrameA::FrameA------
------FrameA::CreateTabA------
------FrameA::CreateTabB------
------FrameB::FrameB------
------MyFrame::HideSubFrames------
------SubFrame::HideSubFrames------
------MyFrame::DoMenu------
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x1EC3D4D4: convert_xpm_scanline (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC2793B: xpm_file2ASImage (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC27A2C: xpm2ASImage (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC29BD2: file2ASImage_extra (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC29E0E: file2ASImage (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EBE86D7: TASImage::ReadImage(char const*, TImage::EImageFileTypes) (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1C6F35D9: TImage::Open(char const*, TImage::EImageFileTypes) (in /home/Rabbitus/ROOT/root/lib/libGraf.so)
==3424==    by 0x1D0813CF: TGPicturePool::GetPicture(char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0113C8: TGClient::GetPicture(char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D05F178: TGLVEntry::TGLVEntry(TGWindow const*, TGPicture const*, TGPicture const*, TGString*, TGString**, EListViewMode, unsigned, unsigned long) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D045064: TGFileItem::TGFileItem(TGWindow const*, TGPicture const*, TGPicture const*, TGPicture const*, TGPicture const*, TGString*, int, long long, int, int, EListViewMode, unsigned, unsigned long) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BB653: TRootObjItem::TRootObjItem(TGWindow const*, TGPicture const*, TGPicture const*, TGString*, TObject*, TClass*, EListViewMode) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424== 
==3424== Use of uninitialised value of size 4
==3424==    at 0x1EC3D4D9: convert_xpm_scanline (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC2793B: xpm_file2ASImage (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC27A2C: xpm2ASImage (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC29BD2: file2ASImage_extra (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EC29E0E: file2ASImage (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1EBE86D7: TASImage::ReadImage(char const*, TImage::EImageFileTypes) (in /home/Rabbitus/ROOT/root/lib/libASImage.so)
==3424==    by 0x1C6F35D9: TImage::Open(char const*, TImage::EImageFileTypes) (in /home/Rabbitus/ROOT/root/lib/libGraf.so)
==3424==    by 0x1D0813CF: TGPicturePool::GetPicture(char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0113C8: TGClient::GetPicture(char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D05F178: TGLVEntry::TGLVEntry(TGWindow const*, TGPicture const*, TGPicture const*, TGString*, TGString**, EListViewMode, unsigned, unsigned long) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D045064: TGFileItem::TGFileItem(TGWindow const*, TGPicture const*, TGPicture const*, TGPicture const*, TGPicture const*, TGString*, int, long long, int, int, EListViewMode, unsigned, unsigned long) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BB653: TRootObjItem::TRootObjItem(TGWindow const*, TGPicture const*, TGPicture const*, TGString*, TObject*, TClass*, EListViewMode) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x1D05E41C: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00AA3E: TGViewPort::HandleConfigureNotify(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370F7: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x1D05E433: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00AA3E: TGViewPort::HandleConfigureNotify(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370F7: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E43E: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00AA3E: TGViewPort::HandleConfigureNotify(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370F7: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==  Address 0x1E5B6D8C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E800: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E416: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00AA3E: TGViewPort::HandleConfigureNotify(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370F7: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==  Address 0x1D518E4C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E811: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E457: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00AA3E: TGViewPort::HandleConfigureNotify(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370F7: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==  Address 0x1E5B6D8C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E800: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x1D05E41C: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00DCFD: TGContainer::HandleExpose(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370C1: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x1D05E433: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00DCFD: TGContainer::HandleExpose(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370C1: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E43E: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00DCFD: TGContainer::HandleExpose(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370C1: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==  Address 0x1E5B6D8C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E800: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E416: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00DCFD: TGContainer::HandleExpose(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370C1: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==  Address 0x1D518E4C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E811: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E457: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00DCFD: TGContainer::HandleExpose(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0370C1: TGFrame::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011BB0: TGClient::HandleEvent(Event_t*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C32: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==  Address 0x1E5B6D8C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E800: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x1D05E41C: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00B5FA: TGContainer::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011814: TGClient::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C98: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8055603: main (MyGui.cxx:410)
==3424== 
==3424== Conditional jump or move depends on uninitialised value(s)
==3424==    at 0x1D05E433: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00B5FA: TGContainer::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011814: TGClient::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C98: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8055603: main (MyGui.cxx:410)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E43E: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00B5FA: TGContainer::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011814: TGClient::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C98: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8055603: main (MyGui.cxx:410)
==3424==  Address 0x1E5B6D8C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E800: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E416: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00B5FA: TGContainer::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011814: TGClient::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C98: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8055603: main (MyGui.cxx:410)
==3424==  Address 0x1D518E4C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E811: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
==3424== 
==3424== Invalid read of size 4
==3424==    at 0x1D05E457: TGLVEntry::DrawCopy(unsigned long, int, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00F0F9: TGContainer::DrawRegion(int, int, unsigned, unsigned) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D00B5FA: TGContainer::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011814: TGClient::DoRedraw() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011C98: TGClient::ProcessOneEvent() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011CE9: TGClient::HandleInput() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D011D23: TGInputHandler::Notify() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BB9D955: TUnixSystem::DispatchOneEvent(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB63B7: TSystem::InnerLoop() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BAB635D: TSystem::Run() (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA374EA: TApplication::Run(bool) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8055603: main (MyGui.cxx:410)
==3424==  Address 0x1E5B6D8C is 0 bytes after a block of size 12 alloc'd
==3424==    at 0x1B9095DA: operator new[](unsigned) (vg_replace_malloc.c:138)
==3424==    by 0x1D05E800: TGListView::SetHeaders(int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0B89F7: TRootIconBox::SetObjHeaders() (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BCEB0: TRootIconBox::AddObjItem(char const*, TObject*, TClass*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD47C: TRootBrowser::AddToBox(TObject*, char const*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1D0BD781: TRootBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA414A8: TBrowser::Add(TObject*, char const*, int) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA9DEF5: TROOT::Browse(TBrowser*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1D0BDE07: TRootBrowser::BrowseObj(TObject*) (in /home/Rabbitus/ROOT/root/lib/libGui.so)
==3424==    by 0x1BA41673: TBrowser::Create(TObject*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x1BA420F1: TBrowser::TBrowser(char const*, char const*) (in /home/Rabbitus/ROOT/root/lib/libCore.so)
==3424==    by 0x8053A77: MyFrame::DoMenu(int) (MyGui.cxx:181)
