Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e91ee32a
Commit
e91ee32a
authored
Jul 06, 2008
by
Pierre d'Herbemont
Browse files
macosx: Invalidate the fspanel timer.
parent
59c44b0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/fspanel.m
View file @
e91ee32a
...
...
@@ -96,7 +96,10 @@
[[
NSNotificationCenter
defaultCenter
]
removeObserver
:
self
];
if
(
hideAgainTimer
)
{
[
hideAgainTimer
invalidate
];
[
hideAgainTimer
release
];
}
[
self
setFadeTimer
:
nil
];
[
super
dealloc
];
}
...
...
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