Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
b29deba6
Commit
b29deba6
authored
Oct 10, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: remove variable callback
Close #5271, #5430
parent
50036f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
modules/lua/extension.c
modules/lua/extension.c
+4
-1
No files found.
modules/lua/extension.c
View file @
b29deba6
...
...
@@ -99,7 +99,7 @@ static void inputItemMetaChanged( const vlc_event_t *p_event,
**/
int
Open_Extension
(
vlc_object_t
*
p_this
)
{
msg_Dbg
(
p_this
,
"Opening
EXPERIMENTAL
Lua Extension module"
);
msg_Dbg
(
p_this
,
"Opening Lua Extension module"
);
extensions_manager_t
*
p_mgr
=
(
extensions_manager_t
*
)
p_this
;
...
...
@@ -189,6 +189,9 @@ void Close_Extension( vlc_object_t *p_this )
FOREACH_END
()
ARRAY_RESET
(
p_mgr
->
extensions
);
var_DelCallback
(
p_this
,
"dialog-event"
,
vlclua_extension_dialog_callback
,
NULL
);
}
/**
...
...
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