oops, double allocate
thanks Lovell
This commit is contained in:
parent
006a5d2eb1
commit
1ce3b53a6d
@ -601,7 +601,6 @@ vips_cache_insert( VipsOperation *operation )
|
||||
{
|
||||
VipsOperationCacheEntry *entry = g_new( VipsOperationCacheEntry, 1 );
|
||||
|
||||
entry = g_new( VipsOperationCacheEntry, 1 );
|
||||
entry->operation = operation;
|
||||
entry->time = 0;
|
||||
entry->invalidate_id = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user