> On Feb. 24, 2016, 11:57 p.m., Michael Park wrote:
> > 3rdparty/libprocess/3rdparty/stout/include/stout/windows/dynamiclibrary.hpp,
> > lines 67-68
> > <https://reviews.apache.org/r/43410/diff/3/?file=1253406#file1253406line67>
> >
> > Fits in one line.
>
> Alex Clemmer wrote:
> Hmm, does it? I don't think so, am I missing something obvious?
I meant to wrap it like this:
```
if (!FreeLibrary(handle_)) {
return WindowsError(
"Could not close library '" + (path_.isSome() ? path_.get() : ""));
}
```
I've committed this patch with this change.
- Michael
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43410/#review120611
-----------------------------------------------------------
On Feb. 25, 2016, 5:15 p.m., Alex Clemmer wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/43410/
> -----------------------------------------------------------
>
> (Updated Feb. 25, 2016, 5:15 p.m.)
>
>
> Review request for mesos, Alex Naparu, Daniel Pravat, Artem Harutyunyan,
> Joris Van Remoortere, Michael Park, M Lawindi, and Yi Sun.
>
>
> Bugs: MESOS-4496
> https://issues.apache.org/jira/browse/MESOS-4496
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Originally review #40583, this was resurrected when Dario went on
> paternity leave. Minor changes were made, the review itself remains
> largely in tact.
>
>
> Diffs
> -----
>
> 3rdparty/libprocess/3rdparty/stout/include/stout/dynamiclibrary.hpp
> 166c97d3e4b07451b8b4c01092cecb69315c691a
> 3rdparty/libprocess/3rdparty/stout/include/stout/posix/dynamiclibrary.hpp
> PRE-CREATION
> 3rdparty/libprocess/3rdparty/stout/include/stout/windows/dynamiclibrary.hpp
> PRE-CREATION
>
> Diff: https://reviews.apache.org/r/43410/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Alex Clemmer
>
>