oops, double allocate

thanks Lovell
This commit is contained in:
John Cupitt 2014-09-20 09:53:00 +01:00
parent 006a5d2eb1
commit 1ce3b53a6d
1 changed files with 0 additions and 1 deletions

View File

@ -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;