input/curl, output/pulse: fix "unused local variable" warnings

This commit is contained in:
Max Kellermann
2011-09-16 07:41:07 +02:00
parent 344b6dd179
commit 1cbba4fc59
2 changed files with 3 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ buffer_free_callback(gpointer data, G_GNUC_UNUSED gpointer user_data)
assert(buffer->consumed <= buffer->size);
g_free(data);
g_free(buffer);
}
/**