ocarina/include
Anna Schumaker 99faa0cf39 tests: g_assert_cmpstr_free() stores the lhs in a temporary variable
Valgrind told me that all calls to g_assert_cmpstr_free() weren't
actually freeing the string.  A closer look shows that if we pass a
function as "lhs" then the function will be called twice, allocating
twice as much memory.

Fix this by storing the result of lhs in a temporary variable so
functions are only ever called once.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2016-09-28 15:20:24 -04:00
..
core core/tags/track: Add support for re-keying the track database 2016-09-26 15:41:56 -04:00
gui gui/queue: Remove unused GQ_CAN_REPEAT and GQ_CAN_DISABLE flags 2016-09-28 10:04:28 -04:00
tests tests: g_assert_cmpstr_free() stores the lhs in a temporary variable 2016-09-28 15:20:24 -04:00