gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9682: Fixed deletion of auto_ptr


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9682: Fixed deletion of auto_ptr
Date: Fri, 05 Sep 2008 01:12:41 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9682
committer: Markus Gothe <address@hidden>
branch nick: gnash
timestamp: Fri 2008-09-05 01:12:41 +0200
message:
  Fixed deletion of auto_ptr
modified:
  testsuite/libcore.all/AsValueTest.cpp
=== modified file 'testsuite/libcore.all/AsValueTest.cpp'
--- a/testsuite/libcore.all/AsValueTest.cpp     2008-09-04 15:25:08 +0000
+++ b/testsuite/libcore.all/AsValueTest.cpp     2008-09-04 23:12:41 +0000
@@ -244,7 +244,8 @@
     } else {
         runtest.fail("as_value::to_element()");
     }
-    delete el1;
+    delete foo;
+    delete bar;
 }
 
 void


reply via email to

[Prev in Thread] Current Thread [Next in Thread]