OSDN Git Service

Fixed memory leak on realloc() failure. In fact reallocf() would do the thing but...
authorresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 23 May 2014 19:24:13 +0000 (19:24 +0000)
committerresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 23 May 2014 19:24:13 +0000 (19:24 +0000)
commitfbd923ba19d96a9148b3e2b289e88698b4f0b130
tree2e3de5b8537daba0cabadebf4bc4647263a13517
parentfbacc105528f2e86fb825d7a932770664af46983
Fixed memory leak on realloc() failure. In fact reallocf() would do the thing but unfortunetly it's non-standard.

git-svn-id: http://exfat.googlecode.com/svn/trunk@402 60bc1c72-a15a-11de-b98f-4500b42dc123
fuse/main.c