We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51baad1 commit 0b3e941Copy full SHA for 0b3e941
INCHI-1-SRC/INCHI_BASE/src/ichirvr7.c
@@ -1386,6 +1386,9 @@ void FreeStrFromINChI(StrFromINChI* pStruct[INCHI_NUM][TAUT_NUM],
1386
inchi_free( pStruct1[k].ti.t_group );
1387
}
1388
*/
1389
+ if ( pStruct1[k].One_ti.t_group ) {
1390
+ inchi_free( pStruct1[k].One_ti.t_group );
1391
+ }
1392
if (pStruct1[k].pXYZ)
1393
{
1394
inchi_free(pStruct1[k].pXYZ); /* djb-rwth: ui_rr? */
@@ -1516,7 +1519,7 @@ void FreeInpInChI(InpInChI* pOneInput)
1516
1519
1517
1520
1518
1521
-#endif
1522
+#endif
1523
1524
1525
inchi_free(pOneInput->pInpInChI[iINChI][j]);
0 commit comments