File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -996,7 +996,7 @@ void MultipartUploadGetCapabilities(
996
996
}
997
997
998
998
%inline {
999
- char * MultipartUploadStart (const char *pszFilename, char ** options = NULL )
999
+ retStringAndCPLFree * MultipartUploadStart (const char *pszFilename, char ** options = NULL )
1000
1000
{
1001
1001
return VSIMultipartUploadStart (pszFilename, options);
1002
1002
}
@@ -1005,7 +1005,7 @@ char* MultipartUploadStart(const char *pszFilename, char** options = NULL)
1005
1005
%apply (size_t nLen, char *pBuf ) { (size_t nDataLength, const char *pData)};
1006
1006
1007
1007
%inline {
1008
- char * MultipartUploadAddPart (const char *pszFilename,
1008
+ retStringAndCPLFree * MultipartUploadAddPart (const char *pszFilename,
1009
1009
const char *pszUploadId,
1010
1010
int nPartNumber,
1011
1011
GUIntBig nFileOffset,
You can’t perform that action at this time.
0 commit comments