Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d4582ef
for
zwrite.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Oct 23, 2010, 4:41:12 PM (
14 years
ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master
,
release-1.10
,
release-1.7
,
release-1.8
,
release-1.9
Children:
2afae56
Parents:
be46e0e
Message:
Don't leak z->cmd in owl_zwrite
File:
1 edited
zwrite.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
zwrite.c
r0743696
rd4582ef
381
381
{
382
382
owl_list_cleanup(&(z->recips), &owl_free);
383
if (z->cmd) owl_free(z->cmd);
383
384
if (z->zwriteline) owl_free(z->zwriteline);
384
385
if (z->class) owl_free(z->class);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive