Commit f93f8ec5d09930794847b3f560c2d79b5816aed3

Jakob Pfender 2011-05-19T12:27:43

odb_loose.c: Return GIT_ENOMEM when allocation fails When trying to inflate a buffer, a GIT_ERROR was returned when malloc() failed. Fix this to return GIT_ENOMEM.