Changeset 1611:0143fae0d2a0


Ignore:
Timestamp:
03/02/10 16:26:26 (5 months ago)
Author:
Mateusz Loskot <mateusz@…>
Branch:
default
Message:

In las2oci.cpp, added TODO comment where possible memory leak may occur (cannot test myself)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/las2oci.cpp

    r1610 r1611  
    668668           
    669669    OWStatement* statement = 0; 
     670    // TODO: If gotdata == false below, this memory probably leaks --mloskot 
    670671    OCILobLocator** locator =(OCILobLocator**) VSIMalloc( sizeof(OCILobLocator*) * 1 ); 
    671672 
Note: See TracChangeset for help on using the changeset viewer.