! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[patch] xfce4-cpugraph-plugin-0.4.0 is using free and realloc but is missing ...
Status:
RESOLVED: DUPLICATE
Product:
Xfce4-cpugraph-plugin
Component:
General

Comments

Description Samuli Suominen 2009-09-07 15:33:46 CEST
.
Comment 1 Samuli Suominen 2009-09-07 15:34:17 CEST
Created attachment 2529 
free_and_realloc.patch

fix
Comment 2 Florian Rivoal editbugs 2010-02-07 06:00:01 CET
Thank you for the patch. The problem is a bit worse than that, as realloc, malloc and free are missmatched between their plain variant and their g_* variant. Rather than including stdlib.h, properly using the g_* variant everywhere is a cleaner solution.
Comment 3 Florian Rivoal editbugs 2010-02-07 06:01:51 CET

*** This bug has been marked as a duplicate of bug 4984 ***

Bug #5741

Reported by:
Samuli Suominen
Reported on: 2009-09-07
Last modified on: 2010-10-03

People

Assignee:
Florian Rivoal
CC List:
1 user

Version

Attachments

free_and_realloc.patch (414 bytes, patch)
2009-09-07 15:34 CEST , Samuli Suominen
no flags

Additional information