summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-10-25 14:26:21 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-10-31 08:03:28 -0400
commit71829db25d6a0beb63066d912702ac1b7787dbe2 (patch)
treefda199f307de7c4d1b057ce75ae05fcd21f00750 /po
parent53b61a2c5132a479b4ef7b0d944e2983b7d5e6c9 (diff)
Do not leak hash table iterator during proxy auth
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions
an class="hl opt">} di->type = type; return 0; } int display_draw_bitmap(ulong bitmap, int x, int y) { if (!bitmap) return API_EINVAL; #ifdef CONFIG_LCD return lcd_display_bitmap(bitmap, x, y); #else return API_ENODEV; #endif } void display_clear(void) { #ifdef CONFIG_LCD lcd_clear(); #endif }