Skip to content

Commit bf751e8

Browse files
committed
stray memory alloc
1 parent fdca6b7 commit bf751e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/imageinfo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ imageinfo_proxy_add( Imageinfo *imageinfo )
720720
*/
721721
g_assert( !imageinfo->proxy );
722722
if( !(imageinfo->proxy = IM_NEW( imageinfo->im, Imageinfoproxy )) )
723-
if( !(imageinfo->proxy = IM_NEW( NULL, Imageinfoproxy )) )
724723
return;
725724
imageinfo->proxy->im = imageinfo->im;
726725
imageinfo->proxy->imageinfo = imageinfo;

0 commit comments

Comments
 (0)