gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9851: initialize the version to keep


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9851: initialize the version to keep valgrind happy.
Date: Wed, 17 Dec 2008 17:46:57 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9851
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-12-17 17:46:57 -0700
message:
  initialize the version to keep valgrind happy.
modified:
  libnet/http.cpp
=== modified file 'libnet/http.cpp'
--- a/libnet/http.cpp   2008-12-18 00:06:42 +0000
+++ b/libnet/http.cpp   2008-12-18 00:46:57 +0000
@@ -91,6 +91,8 @@
 {
 //    GNASH_REPORT_FUNCTION;
 //    struct status_codes *status = new struct status_codes;
+    _version.major = 0;
+    _version.minor = 0;
     
 //    _status_codes(CONTINUE, status);
 }
@@ -105,6 +107,8 @@
 {
 //    GNASH_REPORT_FUNCTION;
     _handler = hand;
+    _version.major = 0;
+    _version.minor = 0;
 }
 
 HTTP::~HTTP()


reply via email to

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