repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git]
/
mutt-trash
/
mutt-unmailbox.patch
blob
cbb3210310119623b967baa0faa80dffba8e4912
1
--- a/buffy.c 2009-08-10 08:23:12.731846990 -0400
2
+++ b/buffy.c 2009-08-10 08:23:50.541878087 -0400
3
@@ -236,7 +236,6 @@
4
{
5
if(*tmp)
6
{
7
- FREE (&((*tmp)->path));
8
tmp1=(*tmp)->next;
9
FREE (tmp); /* __FREE_CHECKED__ */
10
*tmp=tmp1;