Summary: |
Patch: plug a memory leak in core |
Product: |
systemd
|
Reporter: |
Pierre Schweitzer <pierre> |
Component: |
general | Assignee: |
systemd-bugs |
Status: |
RESOLVED
NOTABUG
|
QA Contact: |
systemd-bugs |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Patch as a git commit
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 110563 [details] Patch as a git commit Dear all, Please find attached a patch that fixes a leak in core. Just for the record, regarding the free() call, free() is no op in case it receives a null pointer, so it's fine to call it whatever happens. With my best regards, P. Schweitzer