[Gambas-user] Desktop.SendMail method broken on the master?

T Lee Davidson t.lee.davidson at gmail.com
Tue Sep 26 23:35:47 CEST 2023


On 9/26/23 17:16, Claus Dietrich wrote:
> Hi
> 
> Many thanks for your test.
> 
> Compared with the stable version the master provides following additional output when I launch the compiled app in the console:
> 
> gbx3 [6433]: warning: circular references detected:
> gbx3 [6433]: warning: 6 allocation(s) non freed.
> 
> Internally Gambas seems to use the xdg-email tool. Other than the Desktop.Sendmail method the shell command
> 
> |xdg-email --attach scanner.png|
> 
> works fine on my VMs with the Gambas master.
> 
> Regards
> 
> Claus

Oops, I just realized that I reported incorrectly.

I ran it again to compare the additional output. Using Qt5, I get:
gbx3 [1491]: warning: circular references detected:
gbx3 [1491]: warning: 3 allocation(s) non freed.

And, I happened notice that 'scanner.png' does not get attached on Master but does on Stable (3.18.4).


-- 
Lee



More information about the User mailing list