gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10110: Patch as suggested by Rob


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10110: Patch as suggested by Rob
Date: Sat, 11 Apr 2009 22:37:52 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10110
committer: Markus Gothe <address@hidden>
branch nick: rtmp
timestamp: Sat 2009-04-11 22:37:52 +0200
message:
  Patch as suggested by Rob
modified:
  libcore/asobj/NetConnection_as.cpp
=== modified file 'libcore/asobj/NetConnection_as.cpp'
--- a/libcore/asobj/NetConnection_as.cpp        2009-04-05 22:01:27 +0000
+++ b/libcore/asobj/NetConnection_as.cpp        2009-04-11 20:37:52 +0000
@@ -112,8 +112,8 @@
 // here to have HTTPRemotingHandler definition available
 NetConnection_as::~NetConnection_as()
 {
-    _http_client->close();
-    _rtmp_client->close(); 
+    _http_client->closeNet();
+    _rtmp_client->closeNet(); 
 }
 
 void


reply via email to

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