Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cdeda579
Commit
cdeda579
authored
Apr 29, 2006
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(yow): Free buf.
parent
084a6638
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lib-src/ChangeLog
lib-src/ChangeLog
+2
-0
lib-src/yow.c
lib-src/yow.c
+1
-0
No files found.
lib-src/ChangeLog
View file @
cdeda579
2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
* yow.c (yow): Free buf.
* etags.c: Delete c-indentation-style local variable.
2006-04-29 Richard Stallman <rms@gnu.org>
...
...
lib-src/yow.c
View file @
cdeda579
...
...
@@ -176,6 +176,7 @@ yow (fp)
}
buf
[
i
++
]
=
0
;
printf
(
"%s
\n
"
,
buf
);
free
(
buf
);
}
/* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment