X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=inline;f=src%2Fmount_image.c;h=d71654668890453af5960e1a67d27654e089ea75;hb=aa0455d90b43f8dbee133afe7658c671f0a7a158;hp=7482ceb069106d8829fc83037b16740ae6115d59;hpb=11db44d91c4023f322a8fdb09f8ec5eddce2dab8;p=wimlib diff --git a/src/mount_image.c b/src/mount_image.c index 7482ceb0..d7165466 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -388,7 +388,7 @@ remove_dentry(struct wim_dentry *dentry, unsigned i; for (i = 0; i <= inode->i_num_ads; i++) { - lte = inode_stream_lte_resolved(inode, i); + lte = inode_stream_lte(inode, i, lookup_table); if (lte) lte_decrement_refcnt(lte, lookup_table); }