Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
74daded6
Commit
74daded6
authored
Jun 18, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. kludge con pour �viter que �a segfaulte plus en sortant
parent
9d08c9c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
ChangeLog
ChangeLog
+9
-0
src/interface/interface.c
src/interface/interface.c
+4
-0
No files found.
ChangeLog
View file @
74daded6
Sun Jun 18 18:54:48 CEST 2000
0.1.99c :
* fixed Makefile.in for debug version
* catched Delete Window event in Gnome and X11 modes
* fixed manpage
* GGI output now works
* fixed a segfault on exit for the Gnome plugin
Sat Jun 17 03:35:02 CEST 2000
0.1.99b :
...
...
src/interface/interface.c
View file @
74daded6
...
...
@@ -210,6 +210,10 @@ void intf_Destroy( intf_thread_t *p_intf )
/* Unload channels */
UnloadChannels
(
p_intf
);
/* XXX: Close plugin - we don't do it because it makes the Gnome
* plugin segfaulting */
/*TrashPlugin( p_intf->intf_plugin );*/
/* Close plugin */
TrashPlugin
(
p_intf
->
intf_plugin
);
...
...
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