diff --git a/src/engine/Account.c b/src/engine/Account.c index 8303407ff4..f62c02b8fb 100644 --- a/src/engine/Account.c +++ b/src/engine/Account.c @@ -848,7 +848,7 @@ xaccAccountSetType (Account *acc, int tip) /* initialize the auxilliary account info as well */ if (acc->accInfo) xaccFreeAccInfo (acc->accInfo); - acc->accInfo = xaccMallocAccountInfo (tip); + acc->accInfo = xaccMallocAccInfo (tip); } void