fix missing free from yutani poll

This commit is contained in:
Kevin Lange 2014-04-15 20:22:02 -07:00
parent 0ba7947052
commit 80854c820f
2 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,7 @@ int main (int argc, char ** argv) {
default:
break;
}
free(m);
}
}
done:

View File

@ -70,6 +70,7 @@ int main (int argc, char ** argv) {
break;
}
}
free(m);
}
yutani_close(yctx, wina);