Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
cdc85689
Commit
cdc85689
authored
Feb 07, 2013
by
Mirsal Ennaime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbus: Oops, abandon the correct container on error paths
parent
b1bb9b54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/control/dbus/dbus_player.c
modules/control/dbus/dbus_player.c
+1
-1
modules/control/dbus/dbus_root.c
modules/control/dbus/dbus_root.c
+1
-1
No files found.
modules/control/dbus/dbus_player.c
View file @
cdc85689
...
...
@@ -857,7 +857,7 @@ PropertiesChangedSignal( intf_thread_t *p_intf,
if
(
unlikely
(
!
ppsz_properties
)
)
{
dbus_message_iter_abandon_container
(
&
args
,
&
invalidat
ed_properties
);
dbus_message_iter_abandon_container
(
&
args
,
&
chang
ed_properties
);
return
DBUS_HANDLER_RESULT_NEED_MEMORY
;
}
...
...
modules/control/dbus/dbus_root.c
View file @
cdc85689
...
...
@@ -483,7 +483,7 @@ PropertiesChangedSignal( intf_thread_t *p_intf,
if
(
unlikely
(
!
ppsz_properties
)
)
{
dbus_message_iter_abandon_container
(
&
args
,
&
invalidat
ed_properties
);
dbus_message_iter_abandon_container
(
&
args
,
&
chang
ed_properties
);
return
DBUS_HANDLER_RESULT_NEED_MEMORY
;
}
...
...
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