Eina chained mempool:

Fix a compilation failure when --disable-posix-threads
--disable-valgrind are passed to configure

When --disable-posix-threads --disable-valgrind are passed
to configure, a label is at the end of a block. Just add a
return to fix that problem.



SVN revision: 57290
This commit is contained in:
Vincent Torri 2011-02-24 07:05:50 +00:00
parent 15cba97f7d
commit b0975aa65a
2 changed files with 6 additions and 0 deletions

View File

@ -22,3 +22,8 @@
2011-02-17 Mike Blumenkrantz
* Added eina_list_move* functions for moving list node data to other lists
2011-02-24 Vincent Torri
* Fix a compilation failure when --disable-posix-threads
--disable-valgrind are passed to configure

View File

@ -339,6 +339,7 @@ eina_chained_mempool_free(void *data, void *ptr)
# endif
}
#endif
return;
}
static void *