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
4aff6639
Commit
4aff6639
authored
Jul 27, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* release what you find. (this looks like a very old bug)
parent
8efbcbdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/gui/macosx/prefs.m
modules/gui/macosx/prefs.m
+3
-0
No files found.
modules/gui/macosx/prefs.m
View file @
4aff6639
...
@@ -302,6 +302,7 @@
...
@@ -302,6 +302,7 @@
if
(
p_parser
->
i_object_type
!=
VLC_OBJECT_MODULE
)
if
(
p_parser
->
i_object_type
!=
VLC_OBJECT_MODULE
)
{
{
/* 0OOoo something went really bad */
/* 0OOoo something went really bad */
vlc_list_release
(
p_list
);
return
;
return
;
}
}
...
@@ -822,6 +823,7 @@
...
@@ -822,6 +823,7 @@
#undef X_ORIGIN
#undef X_ORIGIN
}
}
while
(
p_item
->
i_type
!=
CONFIG_HINT_END
&&
p_item
++
);
while
(
p_item
->
i_type
!=
CONFIG_HINT_END
&&
p_item
++
);
vlc_object_release
(
p_parser
);
vlc_list_release
(
p_list
);
vlc_list_release
(
p_list
);
[
o_prefs_view
setDocumentView
:
o_view
];
[
o_prefs_view
setDocumentView
:
o_view
];
...
@@ -1073,6 +1075,7 @@ static VLCTreeItem *o_root_item = nil;
...
@@ -1073,6 +1075,7 @@ static VLCTreeItem *o_root_item = nil;
/* all the other stuff are leafs */
/* all the other stuff are leafs */
o_children
=
IsALeafNode
;
o_children
=
IsALeafNode
;
}
}
vlc_list_release
(
p_list
);
}
}
return
o_children
;
return
o_children
;
}
}
...
...
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