]> git.marmaro.de Git - mmh/blobdiff - uip/scan.c
Replace free() with mh_free0()
[mmh] / uip / scan.c
index 0f755ca265f38c7a5c18dee000c69ce8024e0b36..e5958574b91d9c884fcddfad65f3ea2a660e46a1 100644 (file)
@@ -183,7 +183,7 @@ main(int argc, char **argv)
                }
                num_unseen_seq = i;
                if (dp) {
-                       free(dp);
+                       mh_free0(&dp);
                }
        }