[Kde-bindings] [Bug 108650] memory leak in qtruby? (Qt::Socket)

Richard Dale Richard_Dale at tipitina.demon.co.uk
Thu Jul 14 10:41:02 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=108650         




------- Additional Comments From Richard_Dale tipitina demon co uk  2005-07-14 12:41 -------
SVN commit 434490 by rdale:

* Added example programs for client/server programming with Qt::Socket
  and associated classes. client.rb illustrates current bugs in QtRuby
* Qt::Socket.canReadLine() always returns true
* Qt::readLine() seg faults when called a second time
* A memory leak and seg faulting problems like the above were reported
  by Caleb Tennis

CCBUGS: 108650



 M  +9 -0      ChangeLog  
 A             rubylib/examples/network (directory)  
 A             rubylib/examples/network/clientserver (directory)  
 A             rubylib/examples/network/clientserver/client (directory)  
 A             rubylib/examples/network/clientserver/client/client.rb  
 A             rubylib/examples/network/clientserver/server (directory)  
 A             rubylib/examples/network/clientserver/server/server.rb  


--- trunk/KDE/kdebindings/qtruby/ChangeLog #434489:434490
 @ -1,3 +1,12  @
+2005-07-14  Richard Dale  <Richard_Dale tipitina demon co uk>
+
+	* Added example programs for client/server programming with Qt::Socket
+	  and associated classes. client.rb illustrates current bugs in QtRuby
+	* Qt::Socket.canReadLine() always returns true
+	* Qt::readLine() seg faults when called a second time
+	* A memory leak and seg faulting problems like the above were reported
+	  by Caleb Tennis
+
 2005-07-09  Richard Dale  <Richard_Dale tipitina demon co uk>
 
 	* When a Qt method returned a QString value type, such as:



More information about the Kde-bindings mailing list