Opened 16 years ago

Closed 16 years ago

#2004 closed defect (fixed)

[PATCH] idrisidataset string usage cleanup

Reported by: Even Rouault Owned by: ilucena
Priority: normal Milestone: 1.5.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: idrisi
Cc: warmerdam

Description

This patch cleanups the use of strings. "const char*" is often improperly used instead of "char*". With this patch, idrisi.py runs under Valgrind without apparent leaks. I've also corrected code paths that are not actually hit by idrisi.py, so it may need more review/test.

Attachments (1)

IdrisiDataset_string_cleanup.patch (7.4 KB ) - added by Even Rouault 16 years ago.

Download all attachments as: .zip

Change History (2)

by Even Rouault, 16 years ago

comment:1 by Even Rouault, 16 years ago

Milestone: 1.5.0
Resolution: fixed
Status: newclosed

Patch commited by Ivan in r12879.

Note: See TracTickets for help on using tickets.