Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 224 by emil.len...@gmail.com: "Input" leaks memory
http://code.google.com/p/gambas/issues/detail?id=224

1) Describe the problem.
The reference counting is wrong when using the "Input" statement.

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK
Revision: r4543

3) Provide a little project that reproduces the bug or the crash.
Public Sub Main
   Dim s As String
   Input s
End

Run the program, input something, this is the result:
gbx3: warning: 2 allocation(s) non freed.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to