-fix fb leak
This commit is contained in:
parent
a2c99f173f
commit
3b90f9cae2
@ -3430,11 +3430,11 @@ post_testing_register (struct TALER_FAKEBANK_Handle *h,
|
|||||||
acc->password = GNUNET_strdup (password);
|
acc->password = GNUNET_strdup (password);
|
||||||
acc->balance = h->signup_bonus; /* magic money creation! */
|
acc->balance = h->signup_bonus; /* magic money creation! */
|
||||||
}
|
}
|
||||||
return TALER_MHD_reply_static (connection,
|
res = TALER_MHD_reply_static (connection,
|
||||||
MHD_HTTP_NO_CONTENT,
|
MHD_HTTP_NO_CONTENT,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
0);
|
0);
|
||||||
}
|
}
|
||||||
json_decref (json);
|
json_decref (json);
|
||||||
return res;
|
return res;
|
||||||
|
Loading…
Reference in New Issue
Block a user