diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-09 22:21:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-09 22:21:31 +0000 |
| commit | e4b65ba64c319281d6bff15e950ebce697c9621a (patch) | |
| tree | 978bf1f27d4cb65496f336c23cfb412c083a45c5 /src/lib/util.h | |
| parent | 8322da2c2ff305103ab1b180e79f470d30366699 (diff) | |
Fix 1 crash on low memory.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 7dcd920b7..a229bbfc9 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -120,6 +120,7 @@ extern float get_required_float (std::multimap<std::string, std::string> const & extern std::string get_required_string (std::multimap<std::string, std::string> const & kv, std::string k); extern int get_optional_int (std::multimap<std::string, std::string> const & kv, std::string k); extern std::string get_optional_string (std::multimap<std::string, std::string> const & kv, std::string k); +extern void* wrapped_av_malloc (size_t); /** @class Socket * @brief A class to wrap a boost::asio::ip::tcp::socket with some things |
