Skip to content

Commit

Permalink
or here
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 10, 2024
1 parent 7209b4d commit 01df1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/gdalwarpgeneral/gdalwarpgeneral.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ inline List gdal_warp_general(CharacterVector dsn,


auto psOptions = GDALWarpAppOptionsNew(papszArg, nullptr);
CSLDestroy(papszArg);

GDALWarpAppOptionsSetProgress(psOptions, NULL, NULL );

Expand All @@ -206,7 +207,6 @@ inline List gdal_warp_general(CharacterVector dsn,
psOptions, nullptr);

GDALWarpAppOptionsFree(psOptions);
//CSLDestroy(papszArg);


CPLAssert( hRet != NULL );
Expand Down

0 comments on commit 01df1a2

Please sign in to comment.