X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fecoli_strvec.c;h=c574b1b63764ea5e79a40198905e3cd17ba484b0;hb=5b7e13c6c481cb5fc755ba5ebfbd5047e6e215fa;hp=ff75f1e8b17cfbbb717d6b8b331158a6f2f8e761;hpb=ea3c5a3c8510621f5b30c2cc11bbc12ac2eff1bb;p=protos%2Flibecoli.git diff --git a/lib/ecoli_strvec.c b/lib/ecoli_strvec.c index ff75f1e..c574b1b 100644 --- a/lib/ecoli_strvec.c +++ b/lib/ecoli_strvec.c @@ -401,9 +401,9 @@ static int ec_strvec_testcase(void) } testres |= EC_TEST_CHECK(ec_strvec_cmp(strvec, strvec2) == 0, "strvec and strvec2 should be equal\n"); - ec_strvec_free(strvec2); - strvec = NULL; ec_strvec_free(strvec); + strvec = NULL; + ec_strvec_free(strvec2); strvec2 = NULL; return testres;