Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
0f52ab9f
Commit
0f52ab9f
authored
Jun 16, 2011
by
Gwenole Beauchesne
Committed by
Xiang, Haihao
Jun 17, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix vaTerminate() with non DRI-based drivers.
parent
5fb326b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
va/x11/va_x11.c
va/x11/va_x11.c
+1
-1
No files found.
va/x11/va_x11.c
View file @
0f52ab9f
...
...
@@ -63,7 +63,7 @@ static void va_DisplayContextDestroy (
ctx
=
pDisplayContext
->
pDriverContext
;
dri_state
=
ctx
->
dri_state
;
if
(
dri_state
)
if
(
dri_state
&&
dri_state
->
close
)
dri_state
->
close
(
ctx
);
free
(
pDisplayContext
->
pDriverContext
->
dri_state
);
...
...
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