Skip to content

Commit

Permalink
Merge pull request #574 from EOxServer/memory-leak-fix
Browse files Browse the repository at this point in the history
updated Unlink for shape file
  • Loading branch information
constantinius authored Jul 12, 2024
2 parents 0998bea + 6b518aa commit 0f92974
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'pyproject.toml'
- 'eoxserver/**'
- 'autotest/**'
- 'requirements.txt'
jobs:
build-docker:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion eoxserver/services/ows/wps/processes/get_cloud_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ def _create_geometry_feature_in_memory(wkt_geometry: str):

yield memory_path

gdal.Unlink(memory_path)
drv.DeleteDataSource(memory_path)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ psycopg2
lxml
pycql==0.0.8
matplotlib
numpy<2.0.0
pyows>=0.2.6
python-keystoneclient<6.0.0
python-swiftclient<5.0.0
Expand Down

0 comments on commit 0f92974

Please sign in to comment.