By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 422
Collapse All | Expand All

(-)kdenetwork-3.5.9~/krfb/krfb/xupdatescanner.cc (-2 lines)
Lines 198-205 Link Here
198
		shmctl(shminfo_tile.shmid, IPC_RMID, 0);
198
		shmctl(shminfo_tile.shmid, IPC_RMID, 0);
199
	}
199
	}
200
	else {
200
	else {
201
		free(tile->data);
202
		free(scanline->data);
203
		XDestroyImage(scanline);
201
		XDestroyImage(scanline);
204
		XDestroyImage(tile);
202
		XDestroyImage(tile);
205
	}
203
	}

Return to bug 422