Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2011-08-09 09:27:55 +02:00
6 changed files with 12 additions and 4 deletions

View File

@ -1150,6 +1150,7 @@ colorpixel:
char *hex;
if (asprintf(&hex, "#%s", $2) == -1)
die("asprintf()");
free($2);
$$ = get_colorpixel(hex);
free(hex);
}