Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
3dddbd57
Commit
3dddbd57
authored
Aug 21, 2006
by
Browse files
fix a seg fault when fd does not exist
git-svn-id:
file:///home/svn/mapi/trunk@800
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
1d1a0064
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/fhelp.c
View file @
3dddbd57
...
...
@@ -66,6 +66,10 @@ mapidflib_function_instance_t* fhlp_get_function_instance(global_function_list_t
mapidflib_function_t
*
i
;
f
=
flist_get
(
gfl
->
fflist
,
fd
);
if
(
!
f
)
return
(
NULL
);
i
=
flist_get
(
f
->
flist
,
fid
);
...
...
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