You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is no image in the clipboard this line to detect if the image is empty is causing a possible memory leak. This also results in printing of an error to the electron console.
016-07-31 22:05:28.037 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
2016-07-31 22:05:28.145 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
2016-07-31 22:05:28.254 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
2016-07-31 22:05:28.363 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
2016-07-31 22:05:28.474 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
2016-07-31 22:05:28.583 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
2016-07-31 22:05:28.691 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
2016-07-31 22:05:28.797 Electron Helper[2001:3225347] Can't allocate a new block for a pasteboard. Creation of a new Pasteboard will fail.
The text was updated successfully, but these errors were encountered:
When there is no image in the clipboard this line to detect if the image is empty is causing a possible memory leak. This also results in printing of an error to the electron console.
https://github.com/tinytacoteam/zazu-clipboard/blob/master/src/monitor.js#L24
The text was updated successfully, but these errors were encountered: