Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
a468c5aa
Commit
a468c5aa
authored
Aug 15, 2018
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed segmentation fault due to uninitialized function pointer.
parent
cc5abd78
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
wb/lib/wb/src/wb_wnav.cpp
wb/lib/wb/src/wb_wnav.cpp
+4
-6
No files found.
wb/lib/wb/src/wb_wnav.cpp
View file @
a468c5aa
...
...
@@ -609,12 +609,10 @@ int WNav::create_object_item(pwr_tObjid objid, brow_tNode dest,
WNav
::
WNav
(
void
*
xn_parent_ctx
,
const
char
*
xn_name
,
const
char
*
xn_layout
,
ldh_tSesContext
xn_ldhses
,
wnav_sStartMenu
*
root_menu
,
wnav_eWindowType
xn_type
,
pwr_tStatus
*
status
)
:
WUtility
(
wb_eUtility_WNav
),
parent_ctx
(
xn_parent_ctx
),
window_type
(
xn_type
),
ldhses
(
xn_ldhses
),
wbctx
(
0
),
brow
(
0
),
brow_cnt
(
0
),
trace_started
(
0
),
message_cb
(
NULL
),
close_cb
(
NULL
),
map_cb
(
NULL
),
change_value_cb
(
NULL
),
:
WUtility
(
wb_eUtility_WNav
),
parent_ctx
(
xn_parent_ctx
),
window_type
(
xn_type
),
ldhses
(
xn_ldhses
),
wbctx
(
0
),
brow
(
0
),
brow_cnt
(
0
),
trace_started
(
0
),
message_cb
(
NULL
),
close_cb
(
NULL
),
map_cb
(
NULL
),
change_value_cb
(
NULL
),
script_filename_cb
(
NULL
),
get_build_options_cb
(
NULL
),
ccm_func_registred
(
0
),
menu_tree
(
NULL
),
closing_down
(
0
),
base_priv
(
pwr_mPrv_System
),
priv
(
pwr_mPrv_System
),
editmode
(
0
),
layout_objid
(
pwr_cNObjid
),
search_last
(
pwr_cNObjid
),
...
...
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