fixed: missing initialization in HTSPDirectory.cpp
authorwsoltys <wiso@no.way>
Wed, 2 Oct 2013 18:32:43 +0000 (20:32 +0200)
committerwsoltys <wiso@no.way>
Wed, 2 Oct 2013 19:47:54 +0000 (21:47 +0200)
xbmc/filesystem/HTSPDirectory.cpp

index d05ccf6..75f79b5 100644 (file)
@@ -42,7 +42,9 @@ struct SSession
   SSession()
   {
     session = NULL;
+    port    = 0;
     refs    = 0;
+    last    = 0;
   }
 
   std::string            hostname;