Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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
vlc-gpu
Commits
51b21bc3
Commit
51b21bc3
authored
Jun 23, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We don't need to detach. Since we're in the parent's destructor, it's already been done for us.
parent
3333b45a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
src/video_output/video_output.c
src/video_output/video_output.c
+0
-1
src/video_output/vout_subpictures.c
src/video_output/vout_subpictures.c
+0
-2
No files found.
src/video_output/video_output.c
View file @
51b21bc3
...
...
@@ -1223,7 +1223,6 @@ static void EndThread( vout_thread_t *p_vout )
if
(
!
p_vout
->
b_direct
)
{
module_Unneed
(
p_vout
->
p_chroma
,
p_vout
->
p_chroma
->
p_module
);
vlc_object_detach
(
p_vout
->
p_chroma
);
vlc_object_release
(
p_vout
->
p_chroma
);
p_vout
->
p_chroma
=
NULL
;
}
...
...
src/video_output/vout_subpictures.c
View file @
51b21bc3
...
...
@@ -150,8 +150,6 @@ void spu_Destroy( spu_t *p_spu )
{
int
i_index
;
vlc_object_detach
(
p_spu
);
/* Destroy all remaining subpictures */
for
(
i_index
=
0
;
i_index
<
VOUT_MAX_SUBPICTURES
;
i_index
++
)
{
...
...
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