d7a2d42817 parent ca1376d10810bc2c20c8d0821a9ee04ca2507c01 author Pedro Scarapicchia Junior 1304950249 +0000 committer Eric Van Hensbergen 1305237937 -0500 net/9p/protocol.c: Fix a memory leak When p9pdu_readf() is called with "s" attribute, it allocates a pointer that will store a string. In p9dirent_read(), this pointer is not being released, leading to out of memory errors. This patch releases this pointer after string is copyed to dirent->d_name. Signed-off-by: Pedro Scarapicchia Junior Signed-off-by: Eric Van Hensbergen î´âG”