X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fexport_image.c;h=b8d19dc224f37f234f5a220b695c709af0df2cee;hp=da638322ee06c32d19217986653be498eea4e63d;hb=9538fd9ff3fb4a8e524b281ac6dc174e5d905ff6;hpb=ae7d142ac04cf51ba134750f3338f43af285a433 diff --git a/src/export_image.c b/src/export_image.c index da638322..b8d19dc2 100644 --- a/src/export_image.c +++ b/src/export_image.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2012, 2013, 2014, 2015 Eric Biggers + * Copyright (C) 2012-2016 Eric Biggers * * This file is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free @@ -275,7 +275,7 @@ out_rollback: while (dest_wim->hdr.image_count > orig_dest_image_count) { put_image_metadata(dest_wim->image_metadata[ - --dest_wim->hdr.image_count], NULL); + --dest_wim->hdr.image_count]); } for_blob_in_table(dest_wim->blob_table, blob_rollback_export, dest_wim->blob_table);