Ticket #2263 (closed defect: fixed)
gdal_translate crash when converting types on Win32 system
| Reported by: | emiller | Owned by: | mloskot |
|---|---|---|---|
| Priority: | high | Milestone: | 1.5.1 |
| Component: | Utilities | Version: | 1.5.0 |
| Severity: | normal | Keywords: | Win32 gdal_translate translate type crash |
| Cc: | warmerdam |
Description (last modified by warmerdam) (diff)
fixed by replacing
poVDS = new VRTDataset( nOXSize, nOYSize );
with
poVDS = ( VRTDataset * ) VRTCreate( nOXSize, nOYSize );
Change History
Note: See
TracTickets for help on using
tickets.
