[Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

gambas at ...2524... gambas at ...2524...
Sun Jul 8 15:44:14 CEST 2012


Comment #16 on issue 268 by emil.len... at ...626...: Can call non-static  
_unknown from a static context
http://code.google.com/p/gambas/issues/detail?id=268

Yes there is a memory leak in the last revision:

Public Function _property() As Boolean
   Return True
End

Public Function _unknown(...) As String
   Print 3 / 0
   Return "hello"
End

Public Sub TestFunction()
   Try Print Me.aab
End

-> gbx3: warning: circular references detected:
gbx3:     1 Class1
gbx3: warning: 1 allocation(s) non freed.

I hope this is the last objection I have for a moment ;)





More information about the User mailing list