parent
30aae507a3
commit
86b729150c
@ -1,6 +1,7 @@
|
||||
21/8/14 started 7.40.7
|
||||
- fix matlab load
|
||||
- fix memleak in tilecache [Lovell]
|
||||
- fix memleak in VipsArray [Lovell]
|
||||
|
||||
12/8/14 started 7.40.6
|
||||
- more doc fixes
|
||||
|
@ -334,6 +334,7 @@ vips_area_free_array_object( GObject **array, VipsArea *area )
|
||||
|
||||
for( i = 0; i < area->n; i++ )
|
||||
VIPS_FREEF( g_object_unref, array[i] );
|
||||
VIPS_FREE( array );
|
||||
|
||||
area->n = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user