]> wimlib.net Git - wimlib/commit
reference.c: Don't duplicate stream entries unnecessarily
authorEric Biggers <ebiggers3@gmail.com>
Wed, 14 May 2014 06:16:01 +0000 (01:16 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 14 May 2014 06:22:03 +0000 (01:22 -0500)
commit865152f2233af98f1fd50d8d36f2dc6126412507
tree6df1812053be6e9ab097f5d906c80ab05814c899
parent93efeb4c030108b0cc84d53c141c6418ee2267cb
reference.c:  Don't duplicate stream entries unnecessarily

With wimlib_reference_resource_files(), the resource WIMs are never made
accessible to library users, so there is no need to retain copies of all
stream entries in their lookup tables.
src/reference.c