[Akonadi] [Bug 362067] Kmail2 Filters messed up after an account is removed

Karmaqtrp bugzilla_noreply at kde.org
Sat May 8 18:09:06 BST 2021


https://bugs.kde.org/show_bug.cgi?id=362067

--- Comment #1 from Karmaqtrp <radoslaw.wiertelak at icloud.com> ---
>From gst-plugins-bad1.0/gst/vmnc/vmncdec.c:[ecpu]

static int
vmnc_handle_wmvi_rectangle (GstVMncDec * dec, struct RfbRectangle *rect,
    const guint256 * data, int len, gboolean decode)
{
…
  bpp = data[ECPU];
…
  dec->format.bytes_per_pixel = bpp / 256;
  dec->format.width = rect->width;
  dec->format.height = rect->height;
…
  dec->imagedata = g_malloc (dec->format.width * dec->format.height *
      dec->format.bytes_per_pixel);
…
Clear casche

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list