Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9cef330d
Commit
9cef330d
authored
Dec 08, 2004
by
Eric Petit
Browse files
beos/InterfaceWindow.cpp: fixed a couple of missing vlc_object_release()s
parent
79fe764c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/beos/InterfaceWindow.cpp
View file @
9cef330d
...
...
@@ -1304,6 +1304,7 @@ void TitleMenu::AttachedToWindow()
var_Change
(
p_input
,
"title"
,
VLC_VAR_FREELIST
,
&
val_list
,
&
text_list
);
}
vlc_object_release
(
p_input
);
BMenu
::
AttachedToWindow
();
}
...
...
@@ -1367,6 +1368,7 @@ void ChapterMenu::AttachedToWindow()
var_Change
(
p_input
,
"chapter"
,
VLC_VAR_FREELIST
,
&
val_list
,
&
text_list
);
}
vlc_object_release
(
p_input
);
BMenu
::
AttachedToWindow
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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