chiark / gitweb /
Fix memory leak in stdout journal streams
authorDan McGee <dan@archlinux.org>
Sun, 8 Dec 2013 20:33:45 +0000 (14:33 -0600)
committerDavid Strauss <david@davidstrauss.net>
Sun, 8 Dec 2013 21:15:59 +0000 (13:15 -0800)
commitf92ae4968f070ef0ada61ba7cd585794fac404dd
tree14e90997e56cede46753127a81b86565743db20b
parente13bb5d2b133f9ae51c0a2d20aa51071c780e9ae
Fix memory leak in stdout journal streams

Just as 'identifier' is strdup-ed and freed, we need to do the same for
unit_id.
src/journal/journald-stream.c