Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Fix memory leak in Geom.Bounds
Browse files Browse the repository at this point in the history
See openmaptiles/imposm3#2628d7595cac50bf15bb1ce5f0f591980bb66a8a, suggested by @MartinMikita
  • Loading branch information
jirik authored Mar 8, 2017
1 parent a043f13 commit 3d88dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN go get github.com/julien-noblet/download-geofabrik \
# && git clone --quiet --depth 1 https://github.com/omniscale/imposm3 \
#
# testing new filter syntax : https://github.com/omniscale/imposm3/pull/135
&& git clone --quiet --depth 1 https://github.com/ImreSamu/imposm3.git -b filter_reject_require_v1 \
&& git clone --quiet --depth 1 https://github.com/openmaptiles/imposm3.git -b filter_reject_require_v1 \

This comment has been minimized.

Copy link
@stirringhalo

stirringhalo Apr 9, 2017

Collaborator

At the time you made this change, the relevant fix wasn't in openmaptiles/imposm3 yet!

This comment has been minimized.

Copy link
@stirringhalo

stirringhalo Apr 9, 2017

Collaborator

Oh nevermind, different branch.

$GOPATH/src/github.com/omniscale/imposm3 \
&& make build \
&& mv imposm3 /usr/bin/imposm3 \
Expand Down

0 comments on commit 3d88dae

Please # to comment.