Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
3d31d706
Commit
3d31d706
authored
14 years ago
by
Alfred E. Heggestad
Committed by
Jean-Marc Valin
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
added va_end()
parent
a9e58357
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/hybrid_decoder.c
+2
-0
2 additions, 0 deletions
src/hybrid_decoder.c
src/hybrid_encoder.c
+2
-0
2 additions, 0 deletions
src/hybrid_encoder.c
with
4 additions
and
0 deletions
src/hybrid_decoder.c
+
2
−
0
View file @
3d31d706
...
...
@@ -165,6 +165,8 @@ void hybrid_decoder_ctl(HybridDecoder *st, int request, ...)
fprintf
(
stderr
,
"unknown hybrid_decoder_ctl() request: %d"
,
request
);
break
;
}
va_end
(
ap
);
}
void
hybrid_decoder_destroy
(
HybridDecoder
*
st
)
...
...
This diff is collapsed.
Click to expand it.
src/hybrid_encoder.c
+
2
−
0
View file @
3d31d706
...
...
@@ -220,6 +220,8 @@ void hybrid_encoder_ctl(HybridEncoder *st, int request, ...)
fprintf
(
stderr
,
"unknown hybrid_encoder_ctl() request: %d"
,
request
);
break
;
}
va_end
(
ap
);
}
void
hybrid_encoder_destroy
(
HybridEncoder
*
st
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment