Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_core
Commits
88b463a1
Commit
88b463a1
authored
10 years ago
by
Xavier Ducrohet
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Download
Plain Diff
am
1c77bf4c
: Merge "Fix windows specific behavior of FileMap" into lmp-dev
* commit '
1c77bf4c
': Fix windows specific behavior of FileMap
parents
dc7957d9
1c77bf4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
libutils/FileMap.cpp
libutils/FileMap.cpp
+0
-1
No files found.
libutils/FileMap.cpp
View file @
88b463a1
...
...
@@ -77,7 +77,6 @@ FileMap::~FileMap(void)
if
(
mFileMapping
!=
INVALID_HANDLE_VALUE
)
{
CloseHandle
(
mFileMapping
);
}
CloseHandle
(
mFileHandle
);
#endif
}
...
...
This diff is collapsed.
Click to expand it.
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