Merge lp://staging/~hikiko/unity-control-center/unity-control-center.bug-warning-fixes into lp://staging/unity-control-center
Proposed by
Eleni Maria Stea
Status: | Rejected |
---|---|
Rejected by: | Sebastien Bacher |
Proposed branch: | lp://staging/~hikiko/unity-control-center/unity-control-center.bug-warning-fixes |
Merge into: | lp://staging/unity-control-center |
Diff against target: | 46 lines (+5/-4) |
To merge this branch: | bzr merge lp://staging/~hikiko/unity-control-center/unity-control-center.bug-warning-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
desrt (community) | Needs Fixing | ||
Sebastien Bacher | Pending | ||
Unity Control Center development team | Pending | ||
Review via email: mp+208162@code.staging.launchpad.net |
Commit message
Small fixes:
Replaced malloc with g_new to avoid leaks and removed the \n from g_warnings
Description of the change
Small fixes:
Replaced malloc with g_new to avoid leaks and removed the \n from g_warnings
To post a comment you must log in.
Unmerged revisions
- 12736. By Eleni Maria Stea
-
g_free
- 12735. By Eleni Maria Stea
-
replaced malloc with g_new to avoid leaks
- 12734. By Eleni Maria Stea
-
removed \n from g_warnings
you need to call g_free() on that value that you g_new()'d...