Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
M
mapi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arne Øslebø
mapi
Commits
a49e3f48
Commit
a49e3f48
authored
May 23, 2009
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
combo close done
git-svn-id:
file:///home/svn/mapi/trunk@1501
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
600b75b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
mapicombo6drv.c
src/drivers/mapicombo6drv.c
+4
-2
No files found.
src/drivers/mapicombo6drv.c
View file @
a49e3f48
...
...
@@ -136,8 +136,10 @@ int mapidrv_delete_device(int devid)
}
if
(
i
->
hwinfo
.
offline
==
0
)
{
// TODO
szedata_close
(
i
->
sze
);
if
(
i
->
sze
!=
NULL
)
{
DEBUG_CMD
(
Debug_Message
(
"szedata_close(%p)"
,
i
->
sze
));
szedata_close
(
i
->
sze
);
}
}
else
{
if
(
i
->
file
)
{
close
(
i
->
file
);
...
...
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