After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735922 - Fix a small memory leak
Fix a small memory leak
Status: RESOLVED FIXED
Product: librest
Classification: Platform
Component: proxy
git master
Other Linux
: Normal normal
: ---
Assigned To: librest-maint
librest-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-02 19:51 UTC by Christophe Fergeau
Modified: 2014-09-03 08:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
oauth: Don't leak RestProxyCall::token{_secret} (989 bytes, patch)
2014-09-02 19:52 UTC, Christophe Fergeau
committed Details | Review

Description Christophe Fergeau 2014-09-02 19:51:57 UTC
Small memory leak I found in valgrind
Comment 1 Christophe Fergeau 2014-09-02 19:52:31 UTC
Created attachment 285185 [details] [review]
oauth: Don't leak RestProxyCall::token{_secret}
Comment 2 Marc-Andre Lureau 2014-09-02 21:13:59 UTC
Review of attachment 285185 [details] [review]:

ack
Comment 3 Christophe Fergeau 2014-09-03 08:59:01 UTC
Attachment 285185 [details] pushed as f8d82ac - oauth: Don't leak RestProxyCall::token{_secret}