memory leak in receive object

Diemo Schwarz's icon
Max Patch
Copy patch and select New From Clipboard in Max.

When using the set message on receive, Max seems to loose about 90B of memory each time, as can be seen in the Activity Monitor in delta mode (CMD-ALT-J on Max). This can be a problem for long-running installations.

Roman Thilenius's icon

because it is a new receive object which has a new namespace.
i am not sure why the unused ones arent removed i can just
tell that it has always been like that.

seejayjames's icon

If you script delete the receive, then re-create it and assign it the new name, does that remove the old one from memory? Could be a workaround.