Mir

Code review comment for lp:~alan-griffiths/mir/fix-1284597

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> The proposed solution depends on knowledge of how things work internally (e.g.
> that buffers are allocated lazily). I think that something in the spirit of
> http://paste.ubuntu.com/6998792/ is cleaner (for a more robust solution we
> need to restore the previous context instead of just releasing the current
> one, or alternatively, not bind a new context at all if there is an active
> context already).

Applied your patch - it is sufficient for the example.

« Back to merge proposal