Free oggfiles array
commit98ceb144b3d5b5695f7d0edb509fb8fa8039e241
authorTobias Rehbein <tobias.rehbein@web.de>
Thu, 10 Jun 2010 17:31:26 +0000 (10 19:31 +0200)
committerTobias Rehbein <tobias.rehbein@web.de>
Thu, 10 Jun 2010 17:31:26 +0000 (10 19:31 +0200)
treeaeed12527d7e6411bbb545d4ed097814585900d0
parentf43f9a495d79afcf58c953af21781fe7b88c91f7
Free oggfiles array

The oggfiles array is malloc(3)ed but not free(3)d. This is not causing a memory
leak as the memory is malloced only once, but it's good style to clean up before
exiting - so do it.

 * free previously allocated oggfiles array
oggquiz.c