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
0bade2cd
Commit
0bade2cd
authored
Jul 04, 2011
by
Hugo Beauzée-Luyssen
Committed by
Jean-Baptiste Kempf
Jul 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: Don't crash when reactivating an extension.
Close #5019 Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
89c165e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/lua/extension.c
modules/lua/extension.c
+1
-0
No files found.
modules/lua/extension.c
View file @
0bade2cd
...
...
@@ -654,6 +654,7 @@ int lua_ExtensionDeactivate( extensions_manager_t *p_mgr, extension_t *p_ext )
vlc_gc_decref
(
p_item
);
}
vlc_object_release
(
p_ext
->
p_sys
->
p_input
);
p_ext
->
p_sys
->
p_input
=
NULL
;
}
int
i_ret
=
lua_ExecuteFunction
(
p_mgr
,
p_ext
,
"deactivate"
,
LUA_END
);
...
...
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