# # # patch "cmd_automate.cc" # from [6a476a09bdfad75125389eadd7f759627757ce5c] # to [9414bb69c8ce700ae8bd446c4e5d3e74b9d01129] # ============================================================ --- cmd_automate.cc 6a476a09bdfad75125389eadd7f759627757ce5c +++ cmd_automate.cc 9414bb69c8ce700ae8bd446c4e5d3e74b9d01129 @@ -476,7 +476,7 @@ LUAEXT(mtn_automate, ) // allow further calls app_p->mtn_automate_allowed = true; - lua_pushstring(L, output.str().c_str()); // XXX: what needs to happen here for memory management? Should I copy this and let lua free it? + lua_pushstring(L, output.str().c_str()); return 1; }