google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Explicit use of _free() fails #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
"Friday 13th"
=============
A "No return value" error is raised for no apparent reason.

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
[System]
OperatingSystem=Linux
Kernel=2.6.38.8-pclos3.bfs
Architecture=i686
Memory=1553368 kB
DistributionVendor=PCLinuxOS
DistributionRelease="PCLinuxOS"
Desktop=LXDE

[Gambas 3]
Version=3.2.0
Path=/usr/local/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.2
GTK+=libgtk-x11-2.0.so.0.2400.4

3) Provide a little project that reproduces the bug or the crash.
Attached

4) If your project needs a database, try to provide it, or part of it.
N/A

5) Explain clearly how to reproduce the bug or the crash.
In the IDE
a) run the attached project --> should just get "True" in the console
b) uncomment lines 3-5 of "Thing"
c) re-run                   --> Should see "No return value" error

Original issue reported on code.google.com by adamn...@gmail.com on 26 Jun 2012 at 9:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 27 Jun 2012 at 1:14

GoogleCodeExporter commented 9 years ago
Should be fixed in revision #4863.

Original comment by benoit.m...@gmail.com on 27 Jun 2012 at 1:14

GoogleCodeExporter commented 9 years ago
Wonderful!
Tested, confirmed and thank you.
Bruce

Original comment by adamn...@gmail.com on 27 Jun 2012 at 2:31