Changeset 8092

Show
Ignore:
Timestamp:
02/07/10 15:13:40 (7 months ago)
Author:
charris
Message:

BUG: Partial backport of r8085 to fix ticket #1388.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.4.x/numpy/core/src/multiarray/ctors.c

    r8015 r8092  
    31053105                     "offset must be positive and smaller than %" 
    31063106                     INTP_FMT, (intp)ts); 
     3107        Py_DECREF(buf); 
     3108        Py_DECREF(type); 
     3109        return NULL; 
    31073110    } 
    31083111