Comment 2 for bug 1767873

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

I think the issue is on the C side.

I took care to not free anything returned by sysmetrics when I'm allocating C memory so that the callers does it. Looks like a double free in the disposal of the report page?

(for ref: https://github.com/ubuntu/ubuntu-report/blob/master/pkg/sysmetrics/C/libsysmetrics.go#L40)