]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lookup_table.h
extract_resource_to_staging_dir(): Fix memory leak
[wimlib] / include / wimlib / lookup_table.h
index d4a46c7f0f442f9a2bca8a6f2e3348909ef37309..a2feebf7e8b7959ee87adc11c0d25bd5945725a0 100644 (file)
@@ -366,6 +366,8 @@ lte_unbind_wim_resource_spec(struct wim_lookup_table_entry *lte)
        lte->resource_location = RESOURCE_NONEXISTENT;
 }
 
+extern void
+lte_put_resource(struct wim_lookup_table_entry *lte);
 
 extern struct wim_lookup_table_entry *
 new_stream_from_data_buffer(const void *buffer, size_t size,