now it is really time to leave
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 29 Mar 2011 20:52:06 +0000 (20:52 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 29 Mar 2011 20:52:06 +0000 (20:52 +0000)
src/transport/gnunet-service-transport.c

index 6bcd7864992c5a487ed6b1b88925c6a74a25f180..5ca9d0c992edbb2095cde339c16625da16c223ba 100644 (file)
@@ -5849,8 +5849,8 @@ static int ats_create_problem (int max_it, int max_dur )
        {
                GNUNET_asprintf(&name, "q%i",c);
                glp_set_col_name(prob, c, name);
-               GNUNET_free (name);
                glp_set_col_name(prob, (2*c_mechs) + 3 +c, name);
+               GNUNET_free (name);
                glp_set_obj_coef(prob, (2*c_mechs) + 3 +c, Q[c]);
        }