Skip to content

Commit

Permalink
i2
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 9, 2024
1 parent a0657d8 commit e35c139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libnczarr/zplugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ NCZ_plugin_path_finalize(void** statep)
}
/* Reclaim the defaults library contents; Must occur as last act */
if(nclistlength(gz->default_libs) > 0) {
size_t i;
for(i=0;i<nclistlength(gz->default_libs);i++) {
NCPSharedLib* l = (NCPSharedLib*)nclistget(gz->default_libs,i);
#ifdef DEBUGL
Expand Down

0 comments on commit e35c139

Please sign in to comment.