OSDN Git Service

fix memory leak in exception handler
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 24 Apr 2008 18:55:47 +0000 (15:55 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 24 Apr 2008 20:08:28 +0000 (17:08 -0300)
commitabc24c32fc7bca23d9cd2b82b1bcafec6c4b5f21
tree4b4dcd42153d5f334badffc1e45ccfaca15c856b
parentb65f8e479aac6cab1a877e77cd9e8ebece05887c
fix memory leak in exception handler

The exception handler wasn't freeing the memory when the allocated
space wasn't enough to store the error message thus leaving unmanaged
memory around.
libparted/exception.c