diff options
author | Jacek Antonelli | 2008-10-17 15:56:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-17 15:56:56 -0500 |
commit | 4270407eca97bc2275f920a6452d6d5490875779 (patch) | |
tree | d1068f0057bd436e3a2a38303d68b2c08239ae5a /linden/indra/newview/llfloaterregioninfo.cpp | |
parent | Second Life viewer sources 1.21.5-RC (diff) | |
download | meta-impy-4270407eca97bc2275f920a6452d6d5490875779.zip meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.gz meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.bz2 meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.xz |
Second Life viewer sources 1.21.6
Diffstat (limited to 'linden/indra/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterregioninfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterregioninfo.cpp b/linden/indra/newview/llfloaterregioninfo.cpp index 78d07cf..8a4f621 100644 --- a/linden/indra/newview/llfloaterregioninfo.cpp +++ b/linden/indra/newview/llfloaterregioninfo.cpp | |||
@@ -542,7 +542,6 @@ void LLPanelRegionInfo::onClickHelp(void* data) | |||
542 | { | 542 | { |
543 | const std::string* xml_alert = (std::string*)data; | 543 | const std::string* xml_alert = (std::string*)data; |
544 | gViewerWindow->alertXml(*xml_alert); | 544 | gViewerWindow->alertXml(*xml_alert); |
545 | delete xml_alert; | ||
546 | } | 545 | } |
547 | 546 | ||
548 | ///////////////////////////////////////////////////////////////////////////// | 547 | ///////////////////////////////////////////////////////////////////////////// |