Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
b3264381
Commit
b3264381
authored
Aug 01, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/tree: fix memleaks
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
161054f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tree.c
libavutil/tree.c
+2
-0
No files found.
libavutil/tree.c
View file @
b3264381
...
@@ -245,8 +245,10 @@ int main(int argc, char **argv)
...
@@ -245,8 +245,10 @@ int main(int argc, char **argv)
k
=
av_tree_find
(
root
,
(
void
*
)(
j
+
1
),
cmp
,
NULL
);
k
=
av_tree_find
(
root
,
(
void
*
)(
j
+
1
),
cmp
,
NULL
);
if
(
k
)
if
(
k
)
av_log
(
NULL
,
AV_LOG_ERROR
,
"removal failure %d
\n
"
,
i
);
av_log
(
NULL
,
AV_LOG_ERROR
,
"removal failure %d
\n
"
,
i
);
av_free
(
node2
);
}
}
}
}
av_free
(
node
);
av_tree_destroy
(
root
);
av_tree_destroy
(
root
);
...
...
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