View | Details | Raw Unified | Return to bug 17763
Collapse All | Expand All

(-)digikam-0.9.3.orig/digikam/imageplugins/raindrop/raindrop.cpp (-1 / +1 lines)
Lines 156-162 Link Here
156
        return;
156
        return;
157
157
158
    uchar *pStatusBits = new uchar[nHeight * nWidth];
158
    uchar *pStatusBits = new uchar[nHeight * nWidth];
159
    memset(pStatusBits, 0, sizeof(nHeight * nWidth));
159
    memset(pStatusBits, 0, sizeof(uchar[nHeight * nWidth]));
160
160
161
    // Initially, copy all pixels to destination
161
    // Initially, copy all pixels to destination
162
162

Return to bug 17763