On Thu, 20 Nov 2014 14:44:02 -0800
Bryce Harrington wrote:
> Reviewed-by: Bryce Harrington
>
> On Thu, Nov 20, 2014 at 03:42:35PM -0600, Derek Foreman wrote:
> > Just changes some places where a malloc failure is unhandled
> > to our xmalloc function that exit()s a little more gracefully.
> >
Reviewed-by: Bryce Harrington
On Thu, Nov 20, 2014 at 03:42:35PM -0600, Derek Foreman wrote:
> Just changes some places where a malloc failure is unhandled
> to our xmalloc function that exit()s a little more gracefully.
>
> Signed-off-by: Derek Foreman
> ---
> clients/editor.c | 4 ++--
> cli
Just changes some places where a malloc failure is unhandled
to our xmalloc function that exit()s a little more gracefully.
Signed-off-by: Derek Foreman
---
clients/editor.c | 4 ++--
clients/window.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/clients/editor.c b/clien