Minor bugfix

This commit is contained in:
john 2020-09-17 17:06:05 -04:00
parent 044797b9ce
commit 2a75e09272
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ AddrRPT_destructor(AddrRPT *self)
while((m= PTRVEC_remHead(&self->match_vec)))
Match_destroy(m);
PTRVEC_destroy(&self->match_vec);
PTRVEC_destructor(&self->match_vec);
return self;
}

View File

@ -92,7 +92,7 @@ struct Global G= {
.version= {
.major= 0,
.minor= 14,
.patch= 1
.patch= 2
},
.bitTuples.flags= GlobalFlagBitTuples