http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d36d12
)
Revert previous patch, that's not a leak.
author
Alexandre Julliard
<julliard@winehq.org>
Wed, 22 Dec 2004 17:11:31 +0000
(17:11 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 22 Dec 2004 17:11:31 +0000
(17:11 +0000)
dlls/cabinet/cabextract.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/cabinet/cabextract.c
b/dlls/cabinet/cabextract.c
index 1309ef5ba810f139c680b9fb089d67b5c8bf5e68..646a8680d593fef72ee7a53d3306a0d2ad460ac3 100644
(file)
--- a/
dlls/cabinet/cabextract.c
+++ b/
dlls/cabinet/cabextract.c
@@
-736,8
+736,6
@@
struct Ziphuft **t, cab_LONG *m, cab_decomp_state *decomp_state)
/* backup over finished tables */
while ((i & ((1 << w) - 1)) != ZIP(x)[h])
w -= l[--h]; /* don't need to update q */
-
- free(q);
}
}