Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
e5857da2
Commit
e5857da2
authored
Jun 02, 2019
by
Sven Baars
Committed by
Alexandre Julliard
Jun 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msrle32: Fix a memory leak (Valgrind).
Signed-off-by:
Sven Baars
<
sven.wine@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c7c0706b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
msrle32.c
dlls/msrle32/msrle32.c
+5
-0
No files found.
dlls/msrle32/msrle32.c
View file @
e5857da2
...
...
@@ -1544,6 +1544,11 @@ static LRESULT CompressEnd(CodecInfo *pi)
pi
->
pCurFrame
=
NULL
;
pi
->
nPrevFrame
=
-
1
;
pi
->
bCompress
=
FALSE
;
if
(
pi
->
palette_map
!=
NULL
)
{
LocalFree
(
pi
->
palette_map
);
pi
->
palette_map
=
NULL
;
}
}
return
ICERR_OK
;
...
...
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