projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1ec1318
)
dma - Fix double free buf
author
Matthias Schmidt <matthias@dragonflybsd.org>
Fri, 17 Sep 2010 09:18:13 +0000 (11:18 +0200)
committer
Matthias Schmidt <matthias@dragonflybsd.org>
Fri, 17 Sep 2010 09:18:13 +0000 (11:18 +0200)
Author: Peter Pentchev <roam@ringlet.net>
libexec/dma/spool.c
patch
|
blob
|
blame
|
history
diff --git
a/libexec/dma/spool.c
b/libexec/dma/spool.c
index
dbf0822
..
2355988
100644
(file)
--- a/
libexec/dma/spool.c
+++ b/
libexec/dma/spool.c
@@
-315,7
+315,7
@@
skip_item:
if (queuefn != NULL)
free(queuefn);
if (mailfn != NULL)
- free(queuefn);
+ free(mailfn);
}
closedir(spooldir);
return (0);